Last active
December 20, 2015 01:39
-
-
Save WenLiangTseng/6050587 to your computer and use it in GitHub Desktop.
HTML5完整格式
This file contains 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> | |
<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