Horje
How to create HTML <sup> Element

The HTML <sup> element defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font. Superscript text can be used for footnotes, like WWW[1]:


Example of HTML <sup> Element

<p>This is <sup>superscripted</sup> text.</p>

Full Example of HTML <sup> Element

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>
<p>This is <sup>superscripted</sup> text.</p>
</body>
</html>

Output should be:

Full Example of HTML <sup> Element





Related Articles
HTML Text Formatting HTML Formatting
HTML Formatting Elements HTML Formatting
How to create HTML <b> and <strong> Elements HTML Formatting
How to create HTML <strong> Elements HTML Formatting
How to create HTML <i> Elements HTML Formatting
How to create HTML <em> Elements HTML Formatting
How to create HTML <small> Element HTML Formatting
How to create HTML <mark> Element HTML Formatting
How to create HTML <del> Element HTML Formatting
How to create HTML <ins> Element HTML Formatting
How to create HTML <sub> Element HTML Formatting
How to create HTML <sup> Element HTML Formatting

Single Articles
Example of HTML <sup> Element HTML Formatting
Full Example of HTML <sup> Element HTML Formatting

Category :
Web Tutorial
Sub Category :
HTML Formatting
Uploaded by :
Admin


Read Article
https://horje.com/learn/1434/reference