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:
<SUB>( P+) 2</SUB>- P+Q
<SUP>2</SUP> - (P + Q)
<SUP>2</SUP> <SUP>(P+Q) 2</SUP>
(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>