01 HTML5 Template

<!DOCTYPE html>
<html lang="en"> 
<head>
<meta charset="utf-8">
<title>title</title>
<!-- Use this link to an external style sheet
<link rel="stylesheet" href="css/styles.css" media="all">
-->
<style type="text/css">
main { max-width: 1500px; }
section { max-width: 1000px; margin: 10px auto; padding: 0 20px; }
</style>
</head>
<!-- body -->
<body>
<main>
<section>
	<header>
	<h1></h1>
		<nav>
			<ul>
				<li><a href=""></a></li>
			</ul>
		</nav>
	</header>
	<article>
		<p>
		</p>
		<figure>
			<img src="http://b.parsons.edu/~dejongo/12-fall/stuff/01-blocks.gif" alt="blocks" />
			<figcaption>Blocks</figcaption>
		</figure>
	</article>
	<footer></footer>
</section>
</main>
</body>
</html>