Last Updated on April 26, 2023 by Roshan Parihar
HTML sup tag is used in html to make text superscribed.
Syntax
1 |
<sup>Enter superscribed text here...</sup> |
1 |
<p>Text appearance <sup>superscript text</sup> as of word document.</p> |
Output
Text appearance superscript text as of word document.
Resources and References of HTML sup tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github