HTML 5 <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> |
View it » |
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 HTML 5
The <hgroup> tag is new in HTML 5
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
Event Attributes
The <a> tag also supports the Event Attributes
in HTML 5.
|