Creating Basic Links


by Randall S. Davis


"The Internet is transitory, ever changing, reshaping and remolding itself."

 - Beginners' Central




[BACK TO COURSE]

CHAT HANDOUTS LINKS SEARCH STUDENTS TESTS TOOLS VOCAB HELP


Purpose of Lesson:

What are links?
Links allow you to move from one page to another on the Web. These pages could be on your site or to remote locations.


How do you create links?
Here are the parts of a link and what they would look like on your page:

<A HREF="hlink.html">Creating Links</A>

Creating Links

To create an e-mail link, you would use the code below:

<A HREF="mailto:esl_lab@hotmail.com">Randall S. Davis</A>

Randall S. Davis

Since some people like to print out the pages for future reference, it is a good idea to write your e-mail address in the link so that it shows up on the printed page like this:

esl_lab@hotmail.com

You will need a link at the top of your page that points to the students' pages for this class. The link should appear something like this at the top of the page:

<html>
<head>
<title>Randall Davis</title>
</head>
<BODY BACKGROUND="images/notebook.gif" BODY BGCOLOR="#FFFFFF" LINK="#6633FF" VLINK="#FF0099">
<center><A HREF="http://www.eslnetworld.com/students/">ELI Student Pages</A></center>
<HR>
<center><h1>Randall Davis</h1></center>
</body>
</html>

Take a look at this sample page.


What are some extra things I can do with links?
Next lesson!


CHAT HANDOUTS LINKS SEARCH STUDENTS TESTS TOOLS VOCAB HELP

Copyright © 1998 by Randall S. Davis, All rights reserved.