h1 / h2 / h3 / h4 / h5 / h6
The enclosed text is a level-n header, where n is an integer value from 1 to 6.
Usage:
<hn align="" />
| Tag Attribute | Used To... |
|---|---|
| align | Align the header to either the left (default), center, or right. |
Examples:
<h1>Level 1 Header</h1>
<h2 align="left">Level 2 Header</h2>
<h3 align="center">Level 3 Header</h3>
<h4 align="right">Level 4 Header</h4>
<h5>Level 5 Header</h5>
<h6>Level 6 Header</h6>
NOTES:
There may be a little variance as to exactly how large the e-mail client will render
these tags, but these tags are supported by all e-mail clients.
This reference was created for Innovyx by Steve Cartoon Q3 2007. All rights reversed.