- <html>
- <head>
- <title>b - test</title>
- </head>
- <body>
- <h1>page b</h1>
- <div>b</div>
- <a id="a" href="./a.html">go to a</a><br>
- <a class="a" href="./c.html">go to c</a><br>
- <a class="a" href="./b.html">go to b</a><br>
- <a class="a" href="./a.html">go to a</a>
- </body>
- </html>
|