This <sup> element renders the enclosed text in superscript format and in smaller font.
<sup> |
Yes | Yes | Yes | Yes | Yes |
None.
The <sup> tag supports the Global Attributes in HTML.
The <sup> tag supports the Event Attributes in HTML.
sup { vertical-align: super; font-size: smaller; }
A demo showing how to use <sup> tag.
<html>
<body>
<p class="explanations">
Microsoft<sup>®</sup>
</p>
</body>
</html>