Use the superscript tag for display a2+b2+2ab
Answers
Answered by
2
Answer:
To display a² + b² + 2ab on the web page, write the html c∅de given below,
a<sup>2</sup> + b<sup>2</sup> + 2ab
Note:
- To display superscript text, we use <sup> tag. Text written between <sup> and </sup> are superscripted.
- To display subscript text, we use <sub> tag. Text written between <sub> and </sub> are subscripted.
Refer to the attachment.
•••♪
Attachments:
Similar questions