html5 使用 <hgroup> 对标题进行组合:
<hgroup>
<h1>welcome to my wwf</h1>
<h2>for a living planet</h2>
</hgroup>
<p>the rest of the content...</p>
ie 9、firefox、opera、chrome 和 safari 支持 <hgroup> 标签。
注释:ie 8 或更早版本的 ie 浏览器不支持 <hgroup> 标签。
<hgroup> 标签被用来对标题元素进行分组。
当标题有多个层级(副标题)时,<hgroup> 元素被用来对一系列 <h1> - <h6> 元素进行分组。
<hgroup> 标签是 html 5 中的新标签。
<hgroup> 标签支持 html 的全局属性。
<hgroup> 标签支持 html 的事件属性。
注意: 本元素已经从html5(w3c)规范中删除,但是它仍旧在 whatwg 的 html 版本里。大多数浏览器都部分地实现,所以它不太可能消失。 但是其轮廓算法(outline algorithm)未在任何浏览器中实现,因此 <hgroup> 语义仍旧是理论的。html5 (w3c) 规范提供了如何处理副标题,小标题,可选标题和标语(subheadings, subtitles, alternative titles and taglines)的建议。