HTML5 <hgroup> Tag

Example

Use <hgroup> to group the heading of a section or a web page:

<hgroup>
<h1>Welcome to my WWF</h1>
<h2>For a living planet</h2>
</hgroup>

<p>The rest of the content...</p>

Try it yourself »

Definition and Usage

The <hgroup> tag defines the heading of a section or a document.

The hgroup element is used to group headers, <h1> to <h6>, where the largest is the main heading of the section, and the others are sub-headings.


Differences Between HTML 4.01 and HTML5

The <hgroup> tag is new in HTML5


Standard Attributes

The <hgroup> tag also supports the Standard Attributes in HTML5.


Event Attributes

The <hgroup> tag also supports the Event Attributes in HTML5.