Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

<H# ...>

Usage Recommendation
thumbs up use it

<H# ...> indicates a header, a title of a section of the document. For example, to start the section of your page that discusses your hobbies, you might put

<H2>My Hobbies</H2>

which gives us

My Hobbies

There are six header tags:
  • H1
  • H2
  • H3
  • H4
  • H5
  • H6
Each header tag indicates the relative importance of each section it is heading: <H1 ...> is for the major sections of your document, or as the one header to the entire document. <H2 ...> is for the secondary sections of your document, etc. It's best to start with the highest level header (<H1 ...>) and work you way down. So, for example, the headers in your page might look like this:

<H1>Starflower O'Sullivan</H1>

<H2>My Resume</H2>
<H3>Job Experience</H3>
<H4>Chef</H4>
<H4>Nutrionist</H4>

<H2>My Hobbies</H2>
<H3>Macrame</H4>
<H3>Poetry</H4>
<H3>Kung Fu</H4>

which gives us

Starflower O'Sullivan

My Resume

Job Experience

Chef

Nutrionist

My Hobbies

Macrame

Poetry

Kung Fu

Headers are usually rendered so that the highest level are bigger and more prominent than the lower levels. All headers are rendered with a paragraph break before and after, so it is not necessary to use <P ...>. Don't use headers just to make text look bigger. This tends to look sloppy and falsely conveys the start of a new section.


Copyright Idocs, Inc. Written by Miko Sullivan











About the NetVisits, Inc Network | Advertise
Developer Tutorials hosted by HostGator.
Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy.
Visit other NetVisits, Inc. sites: