Return to Snippet

Revision: 26991
at May 18, 2010 11:55 by rlargett


Initial Code
<!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; }
</style>
</head>
<body>
<p>Hello World</p>
</body>
</html>

Initial URL


Initial Description


Initial Title
HTML 5 Boilerplate

Initial Tags
html

Initial Language
HTML