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>
运行实例 »

点击 "运行实例" 按钮查看在线实例

热门推荐