<sub>


<sub> tag will be used when some text need to be subscript.

Syntax:

<sub>subscript text here...</sub>

Example:

<html> <head> <title>HTML Tutorial</title> </head> <body> <p> H<sub>2</sub>O -> Water </p> </body> </html>

Output:

H2O -> Water