Computer Applications

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>

HTML Intro

4 Likes

Answer

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

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

Answered By

1 Like


Related Questions