CBSE Class 10 Computer Applications Question 25 of 125

HTML II — Images, Links and Tables — Question 16

Back to all questions
16
Question

Question 16

The correct HTML code to display (P + Q)2 is:

  1. <SUB> ( P+) 2 </SUB>
  2. P+Q <SUP> 2 </SUP>
  3. (P + Q) <SUP> 2 </SUP>
  4. <SUP> (P+Q) 2 </SUP>
Answer

(P + Q) <SUP> 2 </SUP>

Reason — The superscript tag <SUP> is used to write (P + Q)2 by using the command —

(P + Q) <SUP> 2 </SUP>