News:

Build a stunning handcrafted website with IT Acumens

Main Menu

Subscripting in HTML

Started by thiruvasagamani, Aug 20, 2008, 03:17 PM

Previous topic - Next topic

thiruvasagamani

HTML - Subscript

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
Thiruvasakamani Karnan