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>
運行實例 ?

點擊 "運行實例" 按鈕查看在線實例

熱門推薦