<セクション>
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> タグはドキュメントの特定の領域を定義します。文書の章、ヘッダー、フッター、その他の領域など。
HTML 4.01とHTML5の違い
グローバル属性
<section> タグは HTML グローバル属性をサポートします。
イベント属性
<section> タグは HTML イベント属性をサポートします。