<hgroup><hgroup>如果主标题包含多级标题(比如带有副标题),那么可以使用<hgroup>标签,将多级标题放在其中。 <hgroup> <h1>Heading 1</h1> <h2>Subheading 1</h2> <h2>Subheading 2</h2></hgroup> 注意,<hgroup>只能包含<h1>~<h6>,不能包含其他标签。