Skip to content

Instantly share code, notes, and snippets.

@andregoncalves
Created July 18, 2009 15:53
Show Gist options
  • Save andregoncalves/149596 to your computer and use it in GitHub Desktop.
Save andregoncalves/149596 to your computer and use it in GitHub Desktop.
html5 boilerplate
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>HTML 5 complete</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }
body { background-color: #000; font: 16px Helvetica, Arial; color: #fff; }
</style>
</head>
<body>
<p></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment