Latest web development tutorials

HTML <sub> tag

Examples

Subscript text:

<p>这个文本包含 <sub>下标</sub>文本。</p>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support <sub> tag.


Tag definitions and instructions

<Sub> tag defines subscript text. Subscript text will be displayed below the character is half the height of the reference line in the current text flow, but with the current text flow of text fonts and sizes are the same. Subscript text can be used to represent chemical formulas, such as H 2 O.

Tip: Use <sup> tag defines superscript text.


Differences between HTML 4.01 and HTML5

no.


Global Properties

<sub> tag supports HTML global properties .


Event Properties

<sub> tag supports HTML event properties .