blob: 16891cd16d3f5cb379e73ed980f7ee58a9e1db7e [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>On[]e 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>
<h1 id="item1">First section</h1>
<h1 id="item2">Second section</h1>
</body>
</html>