<hgroup>: The Heading Group element

The <hgroup> element allows grouping a heading with another heading or a paragraph.

This is really useful for subtitles or taglines:

<hgroup>
    <h1>&lt;hgroup&gt;</h1>
    <p>The Heading Group Element</p>
</hgroup>