Prev article
Newer
Next article
Older
To create subscript and superscript text in HTML, use the <sub> and <sup> tags.
This is subscript
<html> This is <sub>subscript</sub> </html>
This is superscript
<html> This is <sup>superscript</sup> </html>
This article demonstrates sub and super with HTML tags, but you can also use CSS.
See also:
Ads by Google
© Richard McGrath