Headings
There are six headings you can use. They look like regular text,
except they're a different size, in bold face, and have blank lines
before and after them.
- <H1> and </H1>
- <H2> and </H2>
- <H3> and </H3>
- <H4> and </H4>
- <H5> and </H5>
- <H6> and </H6>
Below is an example of each of them:
<H1>
This is the first heading.</H1>
This is the first heading.
<H2>
This is the second heading.</H2>
This is the second heading.
<H3>
This is the third heading.</H3>
This is the third heading.
<H4>
This is the fourth heading.</H4>
This is the fourth heading.
<H5>
This is the fifth heading.</H5>
This is the fifth heading.
<H6>
This is the sixth heading.</H6>
This is the sixth heading.
[Table of Contents]
[More HTML]
[Next Page]
[Previous Page]
© 1996-2008 Suzanne Cook