Language References
Specifies that the enclosed text be displayed in subscript. | HTML 3.2, 4, 4.01, 5 |
HTML Syntax
<sub
class = classname
id = value
style = css properties
title = text
event = script
>
Subscripts in HTML appear slightly below the baseline ( bottom edge ) of the preceding text and in a smaller font.
SUB Members
The following sample will render like this: ( X1,Y1 )
( X<sub>1</sub>,Y<sub>1</sub> )
SUP