阅读(1917)

HTML5 <section> 标签

最后一次修改 2017年08月02日

实例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<title>html(html.cn)</title> 
</head>
<body>

<section>
  <h1>WWF</h1>
  <p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p>
</section>

<section>
  <h1>WWF's Panda symbol</h1>
  <p>The Panda has become the symbol of WWF. The well-known panda logo of WWF originated from a panda named Chi Chi that was transferred from the Beijing Zoo to the London Zoo in the same year of the establishment of WWF.</p>
</section>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


浏览器支持

QQ截图20170802133002.png

IE 9+、Firefox、Opera、Chrome 和 Safari <section> 标签。

注释:IE 8 或更早版本的 IE 浏览器不支持 <section> 标签。


标签定义及使用说明

<section> 标签定义了文档的某个区域。比如章节、头部、底部或者文档的其他区域。


HTML 4.01 与 HTML5之间的差异

<section> 标签是 HTML5 中的新标签。


全局属性

<section> 标签支持 HTML 的全局属性。


事件属性

<section> 标签支持 HTML 的事件属性。