HTML <sub> and <sup> tags
Definition and Usage
The <sub> tag defines subscript text. The <sup> tag defines superscript text.
Differences Between HTML and XHTML
NONE
Example
| Source |
Output |
This text contains <sub>subscript</sub>
This text contains <sup>superscript</sup> |
This text contains subscript
This text contains superscript |
Standard Attributes
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard
Attributes.
Event Attributes
| onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
Try-It-Yourself Demos
Subscript and
superscript
How to use the sub and sup elements.
|