Lesson 1: Links

Overview

Links are used to Navigate between Web pages you created, go to related sites, send E-Mail, or have definition links. 

Learner Outcomes

At the end of this lesson students will learn how to link to another Web page.

Creating a text Link:

Linking to another Web page

<html>
<Head>
<Title>Links</Title>
</Head>
<A HREF= "?"> replacing the ? with the location of the Web page you want to link to. Use the complete URL links to pages on the Internet for example, http://www.yahoo.com.
</A> after the text to complete the tag.

</body>
</html>
The Web browser will display the text link in a different color with an underline.