groups

Link to this snippet:


Download to Code Collector

language: HTML
licence: Other

HTML starter

options: send to code collectorview all davidholbrook's snippets
<div id="wrapper">
	<div id="header"><h1></h1></div>
	<div id="container">
		<div id="content">
		<h2></h2>
		<p></p>
		</div>
		<div id="secondcontainer">
		</div>
		<div id="footer">
		</div>
	</div>
</div>