HTML 4.0 Logo Reader Icon OEB 1.0 Logo PPC Logo <h1 to h6>Heading

These tags define heading styles of varying sizes, with <h1> being the largest and <h6> being the smallest. The exact details of each type of heading are described in Default System Fonts and Leading.

Attributes

align, id, lang, style, class, title (ignored)

Sample

Heading Numbers Sample diagram

Sample Code

<h1>This is the h1 header size</h1>
<h2>This is the h2 header size</h2>
<h3>This is the h3 header size</h3>
<h4>This is the h4 header size</h4>
<h5>This is the h5 header size</h5>
<h6>This is the h6 header size</h6>

© 2000 Microsoft Corporation. All rights reserved. Terms of use.