Lesson 4: Linking Tags
(Linking to Local Drives)

To link to a local drive, your URL requires the "file" protocol.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Drive C: Directory</title>
</head>
<body bgcolor="#bdbdbd" text="black" link="blue" vlink="purple">
<br />
<b>
<center>
<a href="file://C:/">View</a> Drive C:

</center>
</b>
</body>
</html>