当前位置:首页 > HTML5教程 > HTML5入门

HTML <section> 标签

html <section> 标签

实例

文档中的区段,解释了 prc:

<section>
  <h1>prc</h1>
  <p>the people's republic of china was born in 1949...</p>
</section>

亲自试一试

定义和用法

<section> 标签定义文档中的节(section、区段)。比如章节、页眉、页脚或文档中的其他部分。

html 4.01 与 html 5 之间的差异

<section> 标签是 html 5 中的新标签。

属性

属性 值 描述
cite url section 的 url,假如 section 摘自 web 的话。

全局属性

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

事件属性

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


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!