blob: f38a3139f13a37b4f8fd123a0cce4dd8a42ed223 [file] [log] [blame]
<html>
<head>
<style>
p, div, h1 { border: 1px solid red;
font-size: 20px;
font-family: monospace;
width: 400px; }
</style>
</head>
<body>
<p>One Two Three</p>
<nav class="tableofcontents">
<p class="toc1"><a href="#item1">First section</a></p>
<p class="toc1"><a href="#item2">Second section</a></p>
</nav>
<p>Four five six</p>
<p>
[]
<br/>
</p>
<p><br/></p>
<p>Seven eight nine</p>
<h1 id="item1">First section</h1>
<h1 id="item2">Second section</h1>
</body>
</html>