Created
December 31, 2013 03:44
-
-
Save markyun/8192296 to your computer and use it in GitHub Desktop.
html5结构代码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<htmlang = "en"> | |
<head> | |
<meta charset = "utf-8"> | |
<title>HTML5 Demo</title> | |
<body> | |
<header> | |
<hgroup> | |
<h1>HTML5布局教程</h1> | |
<h2>html5详细页布局</h2> | |
</hgroup> | |
</header> | |
<nav> | |
<ul> | |
<li></li> | |
<li></li> | |
</ul> | |
<</nav> | |
<article> | |
<hgroup></hgroup> | |
<section></section> | |
</article> | |
<aside></aside> | |
<footer></footer> | |
</body> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment