header

英 [?hed?(r)]? ?美 [?h?d?]??

n.頭球;割穗機(jī);(計(jì)算機(jī)打印時(shí)自動(dòng)加在各頁(yè)頂端的)標(biāo)頭;集管

html5<header>標(biāo)簽 語(yǔ)法

作用:<header> 標(biāo)簽定義文檔的頁(yè)眉(介紹信息)。

html5<header>標(biāo)簽 示例

<!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>
運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例