sub sup

sub sup
HTML sub sup Element
The HTML <sub> and <sup> superscript and subscript elements are used to specify text that is smaller and positioned differently from the rest for symbol and mathematic equation markup. The uses are numerous as the examples below demonstrate, these are just a few real world uses for these elements.

HTML CODE EXAMPLE
<h3>
  I love drinking H<sub>2</sub>O all day.
</h3>
<h3>
  E=mc<sup>2</sup>
</h3>
<h3>
  I was raised on 83<sup>rd</sup> Street.
</h3>
<h3>
  Learn web development free online at DevelopPHP
  <sup style="font-size:9px;">TM</sup>
</h3>
 

I love drinking H2O all day.

E=mc2

I was raised on 83rd Street.

Learn web development free online at DevelopPHPTM

0 Response to "sub sup"

Post a Comment