CBSE Class 10 Computer Applications Question 53 of 79

Basic HTML Elements — Question 18

Back to all questions
18
Question

Question 18

To display (X+Y)2, the correct HTML code is:

  1. <SUB> (X+Y)2 </SUB>
  2. X+Y<SUP> 2 </SUP>
  3. (X+Y) <SUP> 2 </SUP>
  4. <SUP> (X+Y) 2 </SUP>
Answer

(X+Y) <SUP> 2 </SUP>

Reason — To display (X+Y)2, the correct HTML code is (X+Y) <SUP> 2 </SUP>.