Hyperlink Practice
Part One -- Hyperlink to another URL:
- Using Notepad, start a web page named hyperlinks.html
- Add the <HTML>, <HEAD>, <TITLE> and <BODY>
tags.
- Under the <BODY> tag, type this in:
<A HREF="http://www.microsoft.com">Go to Microsoft</A>
- Save
- Upload to your student directory
- Go to Internet Explorer and open
http://www.delta.edu/username/hyperlinks.html
- Test the Microsoft link.
- Does it work? If not, fix your errors before you go on.
Part Two -- Hyperlink to index.html:
- Without closing IE, go back to Notepad.
- Underneath the Microsoft link, type this in:
<A HREF="index.html">Back to main page</A>
- Don't forget to use <BR> or <P> to force the new link
onto another line. (Look this up in your book if you don't understand
what this means.)
- Save, reload to your student directory, but do not close Notepad.
- Return to IE and click the Reload button
- Test the new link.
- Does it work? If not, correct your errors before you move on.
Part Three -- Hyperlink from index.html to hyperlinks.html:
- Without closing IE, go Back to Notepad. Open index.html you
created in lab A.
- Somewhere under the <BODY> tag, type this in:
Go to the <A HREF="hyperlinks.html">hyperlinks</A>
page
- Save, upload index.html to your student directory, but do not
close Notepad.
- Return to IE and load the index.html file.
- Test the new link to hyperlinks.html
- Does it work? If not, correct your errors before you move on.
Part Four -- Hyperlink to an e-mail address:
- Without closing IE, go back to Notepad.
- Open hyperlinks.html
- Underneath the other links, type this in:
Send me some <A HREF="MAILTO:username@delta.edu">e-mail</A>
- Don't forget to put in your unique username.
- Save, upload to your student directory, but do not close Notepad.
- Return to IE, go back to hyperlinks.html and click the Reload button.
- Send yourself a test email.
- Again, test the new link. If you have errors, correct them
Part Five -- What to turn in:
- Print your html source code for index.html
- Print your html source code for hyperlinks.html
- Print your browser window for index.html and hyperlinks.html
- Print your test email. (From your outlook account.)
- Staple and turn-in for lab credit.
|
|