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:
<SUB> (X+Y)2 </SUB>X+Y<SUP> 2 </SUP>(X+Y) <SUP> 2 </SUP><SUP> (X+Y) 2 </SUP>
(X+Y) <SUP> 2 </SUP>
Reason — To display (X+Y)2, the correct HTML code is (X+Y) <SUP> 2 </SUP>.