We have already seen – how to write Subscript & Superscript text in MS Office. There are times, we need to make text in a HTML file or webpage Subscript & Superscript. We can easily make specific text Subscript & Superscript using specific tags.
HTML tags for Subscript & Superscript text
To make text Subscript use tag: <sub>
For example: ABC<sub>123</sub> will show as ABC123
To make text Subscript use tag: <sup>
For example: ABC<sup>123</sup> will show as ABC123