可以像这样使用hgroup:
<hgroup>
<h3 class="social-facebook">follow us on facebook</h3>
<a href="#" class="go">go</a>
</hgroup>
凯尔
答案 0 :(得分:2)
不正确使用hgroup。
http://html5doctor.com/the-hgroup-element/提供了一些关于如何使用它的好例子
答案 1 :(得分:1)
According to W3C hgroup应该只包含h1-h6元素。您可以对其进行验证here。
答案 2 :(得分:1)
截至2013年4月,由于HTML5规范中的<hgroup>
为being dropped,因此无法有效使用hgroup。