Skip to content

<hgroup>

The <hgroup> element groups a heading with related metadata — such as a subheading or tagline — without the secondary content affecting the document outline.

Basic Usage

live preview
editable html
<hgroup>
  <h2>Heading Group</h2>
    <p>The <code>&lt;hgroup&gt;</code> last child gets muted text — ideal for page titles with a description or byline.</p>
</hgroup>