Let's learn about links.
It's really very simple. We'll make a link to Yahoo.
Start with this...
<BODY> Go to Yahoo! </BODY>
Go to Yahoo! |
Then add a pair of anchor tags.
<BODY> Go to <A>Yahoo!</A> </BODY>
Go to Yahoo! |
Add the URL and you're done! URL Stands for Uniform Resource Locator. That's a big fancy phrase that the computer people came up with. They tend to do that a lot. A URL is just an address.
<BODY> Go to <A HREF="http://www.yahoo.com/">Yahoo!</A> </BODY>
Go to Yahoo! |
Let's do one more.
<BODY> Go to Netscape! </BODY>
Go to Netscape! |
<BODY> Go to <A HREF="http://home.netscape.com/">Netscape!</A> </BODY>
Go to Netscape! |
<< BACK NEXT >> |
Upload Your Pages Color Chart Practice Exercises Color Picker |
Index & Quick Reference Barebones HTML Guide Table of Contents |
Print version available PageTutor.com membership |