HTML5基本布局

HTML5基本布局

\" src=

HTML4
\" src=

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>

 

 

 



java教程网   www.itchm.com





你可能感兴趣的:(HTML5基本布局)