How to add superscript to html?
Answers
Answered by
6
<sup> tag superscript tag is used to add a text in superscripted style.
This style refers to alignemte of text little above the normal text alignment and with small size.
This tag is used to write different mathematical formulas.
For example,
(a+b)<sup>2</sup> = a<sup>2</sup>+ b <sup>2 + 2ab
Output :
(a+b)² = a²+b²+2ab
Similar questions