HTML4布局
HTML5布局
<!DOCTYPE html>
<htmlang = "en">
<head>
<meta charset = "utf-8">
<title>HTML5 Demo</title>
<body>
<header><h1></h1><h2></h2></header>
<nav><ul><li></li><li></li></ul></nav>
<section>
<article></article>
<article></article>
</section>
<aside></aside>
<footer></footer>
</body>
</html>
推荐一个HTML5模板的在线编辑器
http://jsbin.com/#javascript,html
HTML5 Reset Stylesheet
http://html5doctor.com/html-5-reset-stylesheet/