Home

HTML - Superscript


Superscript code sample

<p>Equation in HTML</p>

z = x<sup>2</sup> + y<sup>2</sup><br>

Equation in HTML

z = x2 + y2