Skip to content

Instantly share code, notes, and snippets.

@nchapman
Created February 16, 2010 20:41
Show Gist options
  • Save nchapman/305901 to your computer and use it in GitHub Desktop.
Save nchapman/305901 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>HTML5 Boilerplate</title>
<meta charset="utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="screen.css" />
</head>
<body>
<header>
<h1>HTML5 Boilerplate</h1>
</header>
<section class="yui-cssbase">
<h2>Party people</h2>
<p>Let's get our HTML5 on!</p>
</section>
</body>
</html>
@import url(http://yui.yahooapis.com/combo?3.0.0/build/cssreset/reset-min.css&3.0.0/build/cssfonts/fonts-min.css&3.0.0/build/cssbase/base-context-min.css);
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
display: block;
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment