Skip to content

Instantly share code, notes, and snippets.

@ootes
Created April 3, 2012 09:32
Show Gist options
  • Save ootes/2290660 to your computer and use it in GitHub Desktop.
Save ootes/2290660 to your computer and use it in GitHub Desktop.
Html5 opdracht
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Html opdracht</title>
</head>
<body>
<div id="container">
<nav>
Navigatie
</nav>
<section>
<article>
Article
</article>
<article>
Article
</article>
</section>
<aside>
aside
</aside>
<footer>
footer
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment