# hgroup Experimental

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

Example: Copy

CodeDot| HTML Reference

An ultmate guide to all HTML elements and attributes.

<hgroup>
  <h1>CodeDot| HTML Reference</h1>
  <h2>An ultmate guide to all HTML elements and attributes.</h2>
</hgroup>