Sub

<SUB> </SUB>

The SUB tag specifies that the enclosed text should be in subscript, (the text will be lower than that around it. This can be used in mathematical formulas. This code:

<sub>This is subscript,&/lt;sub> and this isn't.

Would be rendered like this:

This is subscript, and this isn't.