Friday, August 18, 2006

2. Create Titles Six Different Ways!

Headings are defined with the <h1> to <h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading.
TagHow to use itWhat it looks like
<h1></h1><h1>Bid on my item!</h1>

Bid on my item!

<h2></h2><h2>Bid on my item!</h2>

Bid on my item!

<h3></h3><h3>Bid on my item!</h3>

Bid on my item!

<h4></h4><h4>Bid on my item!</h4>

Bid on my item!

<h5></h5><h5>Bid on my item!</h5>
Bid on my item!
<h6></h6><h6>Bid on my item!</h6>
Bid on my item!
HTML automatically adds an extra blank line before and after a heading.

No comments: