Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Created September 25, 2012 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jeremyboggs/3782557 to your computer and use it in GitHub Desktop.
Save jeremyboggs/3782557 to your computer and use it in GitHub Desktop.
html structure
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>CSS Layout</title>
<style type="text/css" media="screen">
</style>
</head>
<body>
<header role="banner">
</header>
<div id="primary">
</div>
<div id="secondary">
</div>
<footer role="contentinfo">
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment