Return to Snippet

Revision: 56777
at April 15, 2012 20:11 by paul0078


Initial Code
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
		
		<link href="style.css" rel="stylesheet" type="text/css">
	</head>
	<body>
	
		<div id="wrapper">
		
			<header>
				
				<nav>
					<ul>
						<li></li>
						<li></li>
						<li></li>
						<li></li>
					</ul>
				</nav>
			
			</header>
		
			<footer>
			
			</footer>
		
		</div>
	
	</body>
</html>

Initial URL


Initial Description


Initial Title
HTML5 document with header, footer and nav elements

Initial Tags
header, html5

Initial Language
HTML