html5<section>标签


  翻译结果:

section

英 [ˈsekʃn]   美 [ ˈsɛkʃən]  

n.部分;节;部件;部门

vi.切开;切断;做(动物或植物组织)切片;把(精神病患者)正式送入精神病院

vt.把…切成片(或段);作…的切片;把…作成截面;制作…的剖面图

html5<section>标签 语法

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

参数

属性
描述
citeurlsection 的 URL,假如 section 摘自 web 的话。

html5<section>标签 示例

<!DOCTYPE html>
<html>
<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>
运行实例 »

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

热门推荐

目录

首页

视频

问答