<SUB>
Use the SUB element to create sub-scripted text. Sub-scripted text
appears about half the height of the original text and aligns at the
bottom or just below the baseline of the original font.
This element requires a closing tag.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
STYLE |
Defines an inline style which may contain any CSS style properties you want
to apply to the contents of the SUB element. |
|
Example
H<SUB>2</SUB>O
Renders As
H2O
Compatibility
HTML 4.01
|