header
英[?hed?(r)]? ?美[?h?d?]??
n.頭球;割穗機(jī);(電腦列印時(shí)自動(dòng)加在各頁(yè)頂端的)標(biāo)頭;集管
html5<header>標(biāo)籤 語(yǔ)法
作用:<header> 標(biāo)籤定義文件的頁(yè)首(介紹資訊)。
html5<header>標(biāo)籤 範(fàn)例
<!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>
#點(diǎn)擊 "執(zhí)行實(shí)例" 按鈕查看線上實(shí)例