Lesson 4: Linking Tags
(Linking to an FTP site)

Linking to an FTP site requires a URL using the FTP protocol. Unlike WebYoda, not all Web sites have FTP sites. When linking to an FTP site, it is important to use a front slash "/" at the end of the URL to view the root of the FTP site.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>WebYoda's FTP Site</title>
</head>

<body bgcolor="#bdbdbd" text="black" link="blue" vlink="purple">
<br />
<b>
<center>
WebYoda's <a href="ftp://www.webyoda.com/">FTP Site</a>
</center>
</b>
</body>
</html>