Pages

Wednesday, December 19, 2012

HTML Headings


Headings are defined with the <h1> to <h6> tags.

<h1> defines the most important heading. <h6> defines the least important heading.


<h1>The Techs Tip</h1>
<h2>
The Techs Tip</h2>
<h3>
The Techs Tip</h3>

<h4>The Techs Tip</h4>
<h5>
The Techs Tip</h5>
<h6>
The Techs Tips</h6>

The Techs Tips h1

The Techs Tips h2

The Techs Tips h3

No comments:

Post a Comment