HTML 5 <sub> and <sup> Tags
Example
Subscript and superscript text:
<p>This text contains <sub>subscript</sub> text.</p>
<p>This text contains <sup>superscript</sup> text.</p> |
View it » |
Definition and Usage
The <sub> tag defines subscript text. The <sup> tag defines superscript text.
Differences Between HTML 4.01 and HTML 5
NONE
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
Event Attributes
The <a> tag also supports the Event Attributes
in HTML 5.
|