HTML Reference
A free guide to all HTML elements and attributes.
<hgroup>
<h1>HTML Reference</h1>
<h2>A free guide to all HTML elements and attributes.</h2>
</hgroup>
New! My 44-page ebook "CSS in 44 minutes" is out! 😃
Defines the heading of a section. It can only contain heading levels: <h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Example: Copy
<hgroup>
<h1>HTML Reference</h1>
<h2>A free guide to all HTML elements and attributes.</h2>
</hgroup>