HTML5 <hgroup> Tag
ExampleUse <hgroup> to group the heading of a section or a web page:
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.