html5结构代码:
<!DOCTYPE html>
<htmlang = "en">
<head>
<meta charset = "utf-8">
<title>HTML5 Demo</title>
<body>
<header>
<hgroup>
<h1>ab蓝学网</h1>
<h2>专业于web程序开发</h2>
</hgroup>
</header>
<nav>
<ul>
<li></li>
<li></li>
</ul>
<</nav>
<section>
<article></article>
<aside></aside>
</section>
<section></section>
<footer></footer>
</body>
</head>
html5结构代码:
<!DOCTYPE html>
<htmlang = "en">
<head>
<meta charset = "utf-8">
<title>HTML5 Demo</title>
<body>
<header>
<hgroup>
<h1>ab蓝学网</h1>
<h2>专业于web程序开发</h2>
</hgroup>
</header>
<nav>
<ul>
<li></li>
<li></li>
</ul>
<</nav>
<article>
<hgroup></hgroup>
<section></section>
</article>
<aside></aside>
<footer></footer>
</body>
</head>