Building BobSmithPhotography.net has stopped expanding because I've been overwhelmed with spam on the comment forums. So, if you're here and have questions about web design come and visit Forums, Blogs, Wikis dot com. It has articles that I've written, some of which are also here, and a web design forum as well so you can ask any questions you may have. There is still a lot of good stuff here though, so poke around the links and take a look.

Home » HTML Tags » h1 - h6

Headers

HTML headers allow the author to break up a page into sections, and are defined using <h1> through <h6>.  For example, the header of this page is written as:

<h1>
Headers
</h1>

Notice that there is an opening <h1> tag and a closing </h1> tag.  The same format applies for <h2> through <h6>. 

Content managed by the Etomite Content Management System.