header
UK[?hed?(r)] US[?h?d?]
n. ヘッダー; 耳切り機(jī); (コンピュータで印刷するときに各項(xiàng)目に自動(dòng)的に追加されます)ページ上部のヘッダー; header
html5<header> タグ 構(gòu)文
Function: <header> タグは、ドキュメントのヘッダー (紹介情報(bào)) を定義します。
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>
[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します