html5<header> タグ


  翻訳結果:

header

UK[ˈhedə(r)] US[ˈhɛdɚ]

n. ヘッダー; 耳切り機; (コンピュータで印刷するときに各項目に自動的に追加されます)ページ上部のヘッダー; header

html5<header> タグ構文

Function: <header> タグは、ドキュメントのヘッダー (紹介情報) を定義します。

html5<header> タグ例

<!DOCTYPE html>
<html>
<body>

<article>
<header>
<h1>What Does WWF Do?</h1>
<p>WWF's mission:</p>
</header>
<p>WWF's mission is to stop the degradation of our planet's natural environment, and build a future in which humans live in harmony with nature.</p>
</article>

</body>
</html>
インスタンスの実行 »

[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します

ホームページ

ビデオ

に質問