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

Related Posts :

  • footer footer NOTE: This new element is HTML5 and will be a standardized element in 2014. The HTM… Read More...
  • figcaption figcaption NOTE: This new element is HTML5 and will be a standardized element in 2014. The… Read More...
  • fieldset fieldset The HTML <fieldset> element is usually used within the <form> ele… Read More...
  • figure figure NOTE: This new element is HTML5 and will be a standardized element in 2014. The HTM… Read More...
  • form form HTML form Element The HTML <form> element is used to create forms and serv… Read More...

0 Response to "sub sup"

Post a Comment