New! My 44-page ebook "CSS in 44 minutes" is out! 😃

Get it now →

# hgroup Experimental

Defines the heading of a section. It can only contain heading levels: <h1> <h2> <h3> <h4> <h5> <h6>

Example: Copy

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>