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 This is <a name=anchor1>anchor1</a>.
0009 <P>
0010 <A href="#anchor2">This</a> link should jump to anchor2.
0011 <P>
0012 <A href="#anchor3">This</a> link should jump to anchor3.
0013 <P>
0014 <A href="#anchor4">This</a> link should jump to anchor4.
0015 <P>
0016 <A href="#anchor5">This</a> link should jump to anchor5.
0017 <P>
0018 <A href="#anchor6">This</a> link should jump to anchor6.
0019 <P>
0020 <A href="#anchor7">This</a> link should jump to anchor7.
0021 <P>
0022 <Table border=1>
0023 <tr>
0024 <td>
0025 This is a table to get some vertical spacing.
0026 </td>
0027 <td><img src="unknown.gif" height=100></td>
0028 </tr>
0029 </table>
0030 <P>
0031 This is <a name=anchor2>anchor2</a>.<BR>
0032 Jump back to <a href="#anchor1">anchor1</a>.
0033 <P>
0034 <Table border=1>
0035 <tr>
0036 <td>
0037 This is a table to get some vertical spacing.
0038 </td>
0039 <td><img src="unknown.gif" height=4000></td>
0040 </tr>
0041 </table>
0042 <P>
0043 This is <a name=anchor3>anchor3</a>.<BR>
0044 Jump back to <a href="#anchor1">anchor1</a>.
0045 <P>
0046 <Table border=1>
0047 <tr>
0048 <td>
0049 This is a table to get some vertical spacing.
0050 </td>
0051 <td><img src="unknown.gif" height=8000></td>
0052 </tr>
0053 </table>
0054 <P>
0055 This is <a name=anchor4>anchor4</a>.<BR>
0056 Jump back to <a href="#anchor1">anchor1</a>.
0057 <P>
0058 <Table border=1>
0059 <tr>
0060 <td>
0061 This is a table to get some vertical spacing.
0062 </td>
0063 <td><img src="unknown.gif" height=17000></td>
0064 </tr>
0065 </table>
0066 <P>
0067 This is <a name=anchor5>anchor5</a>.<BR>
0068 Jump back to <a href="#anchor1">anchor1</a>.
0069 <P>
0070 <Table border=1>
0071 <tr>
0072 <td>
0073 This is a table to get some vertical spacing.
0074 </td>
0075 <td><img src="unknown.gif" height=33000></td>
0076 </tr>
0077 </table>
0078 <P>
0079 This is <a name=anchor6>anchor6</a>.<BR>
0080 Jump back to <a href="#anchor1">anchor1</a>.
0081 <P>
0082 This <b id="anchor7">bold</b> tag has the id anchor7.
0083 </body>
0084 
0085 </html>