File indexing completed on 2024-05-12 15:40:06

0001 <html> <head> <title>Anchor Test 1</title> </head>
0002 
0003 
0004 <body>
0005 <H1>Anchor Test 1</H1>
0006 This page is a regression test for anchor's.
0007 <P>
0008 <A href="#anchor1">This</a> link should jump to anchor1.
0009 <P>
0010 <Table border=1>
0011 <tr>
0012 <td>
0013 This is a table to get some vertical spacing.
0014 <P>
0015 Note that the page may not scroll, if there are no scrollbars!
0016 </td>
0017 <td><img src="nav_bar.gif" height=200></td>
0018 </tr>
0019 </table>
0020 <P>
0021 This is <a name=anchor1>anchor1</a>.
0022 
0023 </body>
0024 
0025 </html>