To lower text in HTML we can use the HTML subscript tag .
text
Let’s say I have the following HTML:
The chemical formula for water is H2O
If we want to lower the “2” in H2O, we can do this using the HTML subscript tag .
The chemical formula for water is H2O
This would result in the following code:
The chemical formula for water is H2O