Home > Article > Web Front-end > How to use html hgroup tag
The d8eccd9ed644b68a6460a2bb84548c82 tag definition and usage instructions in html
d8eccd9ed644b68a6460a2bb84548c82 tag is used to group title elements.
When the title has multiple levels (subtitles), the d8eccd9ed644b68a6460a2bb84548c82 element is used to group a series of 4a249f0d628e2318394fd9b75b4636b1 - 4e9ee319e0fa4abc21ff286eeb145ecc elements.
Example
Use d8eccd9ed644b68a6460a2bb84548c82 tag to group titles
<hgroup> <h1>Welcome to my WWF</h1> <h2>For a living planet</h2> </hgroup> <p>The rest of the content...</p>
Differences between HTML 4.01 and HTML5 The
d8eccd9ed644b68a6460a2bb84548c82 tag is a new tag in HTML 5.
Global attributes
d8eccd9ed644b68a6460a2bb84548c82 tag supports HTML global attributes.
Event attributes
d8eccd9ed644b68a6460a2bb84548c82 tag supports HTML event attributes.
The above is the detailed content of How to use html hgroup tag. For more information, please follow other related articles on the PHP Chinese website!