Home | All Questions | alt.html FAQ >

How do I create a link to a spot further down the page?

<html>
<head>
	<title></title>
</head>

<body>

<a href="#test">test</a>
...lots of useful content...
<a name="test">target</a>
</body>
</html>

Recommended Resources

Discussion

Related Questions