linkchecker/tests/checker/data/anchor2.html

13 lines
406 B
HTML

<!-- targets -->
<a name="twoone">two one</a>
<a name="twotwo">two two</a>
<a name="twothree">two three</a>
<a name="twofour">two four</a>
<-- links -->
<a href="#twoone">anchor2 one from 2</a>
<a href="anchor3.html#threetwo">anchor3 two from 2</a>
<a href="anchor3.html#threethree">anchor3 three from 2</a>
<a href="#twofour">anchor2 four from 2</a>
<a href="anchor1.html#oneone">anchor1 one from 2</a>