<hgroup> element – represents a group of headers.
Usage: typically used to contain one or more <h1> through <h6> elements.
Permitted Content: contains one or more <h1> through <h6> elements.
Tag omission: both start and end tag must be present.
Example code:
<hgroup>
<h2>Yes, this is WordPress</h2>
<h3>Posted on <time datetime=”2010-07-14″ pubdate>July 14, 2010</time> by Mark DuBois</h3>
</hgroup>
Example page (opens in a new tab/ window – view source code):
- http://learning-html5.info/examples/BasicWeblogText.html (note: this page has no CSS styling, it is simply intended to show the overall structure of the HTML5 page).
Default display properties: display: block.
Common Attributes: typical global attributes only.
Permitted Parent Elements: any element which can containĀ flow elements.
References: