Skip to content

Instantly share code, notes, and snippets.

@WenLiangTseng
Last active December 20, 2015 01:39
Show Gist options
  • Save WenLiangTseng/6050587 to your computer and use it in GitHub Desktop.
Save WenLiangTseng/6050587 to your computer and use it in GitHub Desktop.
HTML5完整格式
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section { display: block; }
</style>
</head>
<body>
<header></header>
<nav></nav>
<article>
<header></header>
<section></section>
<section></section>
<footer></footer>
</article>
<div id="sidebar">
<aside></aside>
<aside></aside>
</div>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment