|
|
HTML <sup> tag
Syntax
<sup> - </sup>
Definition and Usage
The SUP element specifies that the enclosed text should be displayed
in superscript, using a smaller font than the current font.
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.
Example
| Source |
Output |
This is an example of
the <sup>sup element</sup>
|
This is an example of the sup element
|
|
|