亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

HTML ?? ??? / <section>

<section>

HTML <section> 標(biāo)簽 實(shí)例 文檔的某個(gè)區(qū)域,解釋了什么是 WWF : <section> <h1>WWF</h1> <p>The World Wide Fund for Nature (WWF) is....</p> </..


HTML <section> 標(biāo)簽

實(shí)例

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>php中文網(wǎng)(php.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>

運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例


瀏覽器支持

1000.png

IE 9+、Firefox、Opera、Chrome 和 Safari <section> 標(biāo)簽。

注釋:IE 8 或更早版本的 IE 瀏覽器不支持 <section> 標(biāo)簽。


標(biāo)簽定義及使用說(shuō)明

<section> 標(biāo)簽定義了文檔的某個(gè)區(qū)域。比如章節(jié)、頭部、底部或者文檔的其他區(qū)域。


HTML 4.01 與 HTML5之間的差異

<section> 標(biāo)簽是 HTML5 中的新標(biāo)簽。


全局屬性

<section> 標(biāo)簽支持 HTML 的全局屬性。


事件屬性

<section> 標(biāo)簽支持 HTML 的事件屬性。