HTML 開發(fā)手冊
/ <section>
<section>
HTML <section> 標簽 實例 文檔的某個區(qū)域,解釋了什么是 WWF : <section> <h1>WWF</h1> <p>The World Wide Fund for Nature (WWF) is....</p> </..
HTML <section> 標簽
實例
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(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>
運行實例 ?
點擊 "運行實例" 按鈕查看在線實例
瀏覽器支持
IE 9+、Firefox、Opera、Chrome 和 Safari <section> 標簽。
注釋:IE 8 或更早版本的 IE 瀏覽器不支持 <section> 標簽。
標簽定義及使用說明
<section> 標簽定義了文檔的某個區(qū)域。比如章節(jié)、頭部、底部或者文檔的其他區(qū)域。
HTML 4.01 與 HTML5之間的差異
<section> 標簽是 HTML5 中的新標簽。
全局屬性
<section> 標簽支持 HTML 的全局屬性。
事件屬性
<section> 標簽支持 HTML 的事件屬性。