Created
September 25, 2012 15:19
-
-
Save jeremyboggs/3782557 to your computer and use it in GitHub Desktop.
html structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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