summaryrefslogtreecommitdiffstats
path: root/tdehtml/test/anchor1.html
blob: 4dfb26134ecf3ba2ccb0757eff7d5352258f24fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html> <head> <title>Anchor Test 1</title> </head>


<body>
<H1>Anchor Test 1</H1>
This page is a regression test for anchor's.
<P>
<A href="#anchor1">This</a> link should jump to anchor1.
<P>
<Table border=1>
<tr>
<td>
This is a table to get some vertical spacing.
<P>
Note that the page may not scroll, if there are no scrollbars!
</td>
<td><img src="nav_bar.gif" height=200></td>
</tr>
</table>
<P>
This is <a name=anchor1>anchor1</a>.

</body>

</html>