Page 156 - HTML5
P. 156
<sup>superscript here</sup>
To create subscript:
<sub>subscript here</sub>
Abbreviation
To mark some expression as an abbreviation, use <abbr> tag:
<p>I like to write <abbr title="Hypertext Markup Language">HTML</abbr>!</p>
If present, the title attribute is used to present the full description of such abbreviation.
Read Text Formatting online: https://riptutorial.com/html/topic/526/text-formatting
https://riptutorial.com/ 140

