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