Skip to content

Instantly share code, notes, and snippets.

@chrisbraddock
Last active December 15, 2015 08:09
Show Gist options
  • Select an option

  • Save chrisbraddock/5228617 to your computer and use it in GitHub Desktop.

Select an option

Save chrisbraddock/5228617 to your computer and use it in GitHub Desktop.
basic html5 template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title></title>
<link rel="stylesheet" href="style.css"/>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header><hgroup></hgroup></header>
<nav></nav>
<section></section>
<article><!-- if this content makes sense on its own --></article>
<aside><!-- content related to an article but not critical to its understanding --></aside>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment