24/08/2014

HTML: Formatting elements

As you put as many texts as you can in your page, you will need new elements of formatting your page as you want and need. This formatting tags can make elements bold italic underlined etc
<p>Example of <b>Bold Text</b></p>
<p>Example of <em>Emphasized Text</em></p>
<p>Example of <strong>Strong Text</strong></p>
<p>Example of <i>Italic Text</i></p>
<p>Example of <sup>superscripted Text</sup></p>
<p>Example of <del>struckthrough Text</del></p>
<p>Example of <code>Computer Code Text</code></p>

Preview


Example of Bold Text
Example of Emphasized Text
Example of Strong Text
Example of Italic Text
Example of superscripted Text
Example of struckthrough Text
Example of Computer Code Text