Skip to content

Instantly share code, notes, and snippets.

@markyun
Created December 31, 2013 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markyun/8192296 to your computer and use it in GitHub Desktop.
Save markyun/8192296 to your computer and use it in GitHub Desktop.
html5结构代码
<!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