12 lines
187 B
HTML
12 lines
187 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Sample Anchor</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p><a href="file.html#anchor">Click Me!</a></p>
|
||
|
<p>
|
||
|
<a name="jumphere"></a>Here's a destination to jump to.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|