HTML5之hgroup标签
<hgroup> 标签是 HTML 5 中的新标签。标签用于对网页多个标题进行组合。
作用如下:
<hgroup> 标签用于对网页或区段(section)的标题进行组合。
写法如下:
<hgroup>
<h1>Welcome to my WWF</h1>
<h2>For a living planet</h2>
</hgroup>
<p>The rest of the content...</p>
<hgroup> 标签是 HTML 5 中的新标签。标签用于对网页多个标题进行组合。
作用如下:
<hgroup> 标签用于对网页或区段(section)的标题进行组合。
写法如下:
<hgroup>
<h1>Welcome to my WWF</h1>
<h2>For a living planet</h2>
</hgroup>
<p>The rest of the content...</p>