I can even link to other local documents, using a full DOS path:
Code:

<html>
<body>
<h1>First Page</h1>
<a href="secondpage.html">Second Page</a><br>
<a href="C:\Documents and Settings\Mark Lord\Desktop\thirdpage.html">Third Page</a>
</body>
</html>