xxxxxxxxxx
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5 header标签的使用(大卫编程网 div.cn)</title>
</head>
<body>
<header>
<img src="/static/images/logo.png" alt="Logo">
</header>
<article>
<h1>Heading for Article</h1>
<p>Text that appears under article</p>
</article>
</body>
</html>