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

CFDE Knowledge Store

A demo site for exploring CFDE information.

<hgroup>
  <h1>CFDE Knowledge Store</h1>
  <h2>A demo site for exploring CFDE information.</h2>
</hgroup>