实例
html5 <section>标签对文档中的内容进行分块或分段。请参考下述的示例:
文档的某个区域,解释了什么是 wwf :
<section>
<h1>wwf</h1>
<p>the world wide fund for nature (wwf) is....</p>
</section>
浏览器支持
ie 9+、firefox、opera、chrome 和 safari <section> 标签。
注释:ie 8 或更早版本的 ie 浏览器不支持 <section> 标签。
标签定义及使用说明
<section> 标签定义了文档的某个区域。比如章节、头部、底部或者文档的其他区域。
html 4.01 与 html5之间的差异
<section> 标签是 html5 中的新标签。
全局属性
<section> 标签支持 html 的全局属性。
事件属性
<section> 标签支持 html 的事件属性。