SUB & SUP
The SUB and SUP elements subscript and superscript
text respectively.
Normal Text
<sup>Superscript</sup><BR>
Normal Text
<sub>Subscript</sub>
|
Normal Text Superscript
Normal Text Subscript
|
It is possible to have greater control of how the
elements render through the use of Style Sheets.
<STYLE TYPE="text/css">
SUB { vertical-align: sub; font-size: 6pt}
SUP { vertical-align: sup; font-size: 6pt}
</STYLE>
Normal Text
<sub style = "font-size: 6pt">
Subscript
</sub>
|
Normal Text
Subscript |
Additional Resources:
HTML 4.01 Tags
|