html5<header>標籤
翻譯結果:
header
英[ˈhedə(r)] 美[ˈhɛdɚ]
n.頭球;割穗機;(電腦列印時自動加在各頁頂端的)標頭;集管
html5<header>標籤語法
作用:<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>
#點擊 "執行實例" 按鈕查看線上實例