Home  >  Article  >  Web Front-end  >  HTML5基本布局

HTML5基本布局

PHP中文网
PHP中文网Original
2016-05-17 09:09:552125browse

HTML5基本布局 

1167.png

HTML4
1168.png

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基本布局的内容,更多相关内容请关注PHP中文网(www.php.cn)!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn