Superscripted text can be placed onto your website using the <sup> tag. You may id these tags for use with Cascading Style Sheets.
Example:
<p>This text is <sup>superscripted!</sup></p>
OutputThis text is superscripted!
We may use the superscripting technique to express exponential expressions.
Example:
2<sup>3</sup> = 8
14<sup>x</sup>
Output
23 = 8
14x
You may have come across several texts where a referencing, superscripting directs your attention to the bottom of the page. These footnotes can also be created with the superscript tag.
Example:
<p>"It was a lover's sukam<sup>1</sup>."
<hr />
OutputIt was a lover's sukam1.