HTML Subscript (HTML Formatting Tags part 6)

১১/১৮/২০১১ ০৯:০৫:০০ AM | | 0 comments »

Use the subscript tags to place subscripted text onto your websites.

HTML Code:

<p>This text is <sub>subscripted!</sub></p>

Subscripted:

This text is subscripted!

HTML - Chemical Compounds

This tag allows for the creation of chemical compounds.

HTML Code:

<p>H<sub>2</sub>0 - Water
<p>O<sub>2</sub> - Oxygen
<p>CO<sub>2</sub> - Carbon Dioxide

Chemical Compounds:

H2O - Water
O2 - Oxygen
CO2 - Carbon Dioxide