Saturday, October 12, 2013

Formatting Your HTML

The next step is to format your HTML. For now, we'll take on the texts of your webpage. Here's how:

HTML Text Formatting


Tag      Description

<b>      Defines bold text
<big>    Defines big text
<em>     Defines emphasized text
<i>      Defines italic text
<small>  Defines small text
<strong> Defines strong text
<sub>    Defines subscripted text
<sup>    Defines superscripted text
<ins>    Defines inserted text
<del>    Defines deleted text



No comments:

Post a Comment