<hgroup>
HTML <hgroup> Element Reference
The HTML <hgroup> element groups a heading with secondary heading content such as a subtitle.
Categories
- Sections
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical hgroup element example.
<hgroup>
<h1>Tool.io</h1>
<p>Your digital toolbox</p>
</hgroup>