<html>
<head>
<title>Whatever Title</title>
</head>
<body>
<h1>Title (or main heading)</h1>
<p>Content</p>
<p>Content continues...</p>
<h2>Sub-heading</h2>
<p>Said content...</p>
<h2>Another sub-heading</h2>
<p>More said content...</p>
<div id="links>
<h1>Website Navigation</h1>
<ul>
<li><a href=#>Link to page on website</a></li>
<li><a href=#>Another link to page on website</a></li>
<li><a href=#>Yet another link to page on website</a></li>
<ul>
</div>
</body>
</html>