linkchecker/tests/checker/data/anchor3.html

13 lines
424 B
HTML

<!-- targets -->
<a name="threeone">three one</a>
<a name="threetwo">three two</a>
<a name="threethree">three three</a>
<a name="threefour">three four</a>
<-- links -->
<a href="#threeone">anchor3 one from 3</a>
<a href="anchor1.html#onetwo">anchor1 two from 3</a>
<a href="anchor1.html#onethree">anchor1 three from 3</a>
<a href="#threefour">anchor3 four from 3</a>
<a href="anchor1.html#onefour">anchor1 four from 3</a>