Skip to content

Instantly share code, notes, and snippets.

@ajitam
Created July 28, 2011 09:00
Show Gist options
  • Save ajitam/1111249 to your computer and use it in GitHub Desktop.
Save ajitam/1111249 to your computer and use it in GitHub Desktop.
html5 structure
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>...</title>
</head>
<body>
<!-- Header -->
<header>...</header>
<!-- Navigation -->
<nav>...</nav>
<!-- Article -->
<article>
<section>...</section>
</article>
<!-- Aside/sidebar -->
<aside>...</aside>
<!-- Footer -->
<footer>...</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment