SUP
The sup element represents a superscript.
SYNTAX
HTML
<sup attribute-name="attribute-value"></sup>
ATTRIBUTES
CSS
sup {
font-size: smaller;
vertical-align: super;
}