section
UK[ˈsekʃn] US[ˈsɛkʃən]
n.部品; セクション; コンポーネント; 部門
vi. カット; カットオフ; (動物または植物の組織) のスライスを作成します; (精神疾患の患者を) 精神病院に正式に送ります
vt. ... をスライス (または部分) に切ります; ... のスライスを作成します; 作成します...セクションに分割し、断面図を作成します…
html5<section> タグ構文
Function: <section> タグは、ドキュメント内のセクション (セクション、セクション) を定義します。章、ヘッダー、フッター、文書のその他の部分など。
#パラメータ:
属性 | 値
| 説明 |
cite | url | セクションが Web から取得された場合は、セクションの URL。 |
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>
インスタンスの実行 »[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します
人気のおすすめ