1 <html>
2 <head>
3 <title>Sample Anchor</title>
4 </head>
5 <body>
6 <p><a href="file.html#anchor">Click Me!</a></p>
7 <p>
8 <a name="jumphere"></a>Here's a destination to jump to.
9 </p>
10 </body>
11 </html>