The tags <H1> through <H6> are used to define header levels within a document. <H1> is the most significant header and <H6> is the least significant.
align=alignment |
|||||||
Determines how to align the header. May have the
following values:
|
|||||||
event=JavaScript |
|||||||
| When event occurs, execute the specified JavaScript. | |||||||
id="name" |
|||||||
Give the header a name. This allows the header to be references elsewhere and changed if needed. |
|||||||
<H1>Here is
header level 1</H1> |
Here is header level 1
Here is header level 2
Here is header level 3
Here is header level 4
Here is header level 5
Here is header level 6
You can use cascading style sheets to maintain a consistent set of headers throughout a document or web site.
By giving a header a name you may change it directly using dynamic HTML. This gives you dynamic control over header fonts, colors, sizes and so on.
Unless otherwise noted, all photos and text is Copyright © Richard G Lowe, Jr.