Creating Basic Linksby Randall S. Davis |
"The Internet is transitory, ever changing, reshaping and remolding itself."
|
| CHAT | HANDOUTS | LINKS | SEARCH | STUDENTS | TESTS | TOOLS | VOCAB | HELP |
| Purpose of Lesson: |
| What are links? |
| How do you create links? |
<A HREF="hlink.html">Creating Links</A>
<A HREF="images/hlink.html">Creating Links</A>
If the page you were linking to is found on a remote site, you would use an "absolute" URL, or the entire URL address. It would appear something like this:
<A HREF="http://www.eslnetworld.com/hlink.html">Creating Links</A>
To create an e-mail link, you would use the code below:
<A HREF="mailto:esl_lab@hotmail.com">Randall S. Davis</A>
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:
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? |
| CHAT | HANDOUTS | LINKS | SEARCH | STUDENTS | TESTS | TOOLS | VOCAB | HELP |
Copyright © 1998 by Randall S. Davis, All rights reserved.