Revision [122]
This is an old revision of htmltest made by Atomic0utlaw on 2023-09-05 07:37:40.
<html>
<head>
<title>Anchor Links Example</title>
</head><body>
<h1>Table of Contents</h1>
<ul>
<li><a href="#test1">Test 1</a></li>
<li><a href="#test2">Test 2</a></li>
<li><a href="#test3">Test 3</a></li>
<li><a href="#test4">Test 4</a></li>
<li><a href="#test5">Test 5</a></li>
<li><a href="#test6">Test 6</a></li>
</ul>
<h2 id="test1">Test 1</h2>
<p>Blurb of content for Test 1.</p>
<h2 id="test2">Test 2</h2>
<p>Blurb of content for Test 2.</p>
<h2 id="test3">Test 3</h2>
<p>Blurb of content for Test 3.</p>
<h2 id="test1">Test 4</h2>
<p>Blurb of content for Test 4.</p>
<h2 id="test2">Test 5</h2>
<p>Blurb of content for Test 5.</p>
<h2 id="test3">Test 6</h2>
<p>Blurb of content for Test 6.</p>
</body>
</html>