Site hosted by Angelfire.com: Build your free website today!

Links ....... are....... to..... the..... Web, what pawns are to Chess.

It's really very simple. We'll make a link to Google .
Start with this...

 
<BODY> Go to Google! </BODY> 


Go to Google!


Then add a pair of anchor tags.

 <BODY> Go to <A>Google!</A> 
</BODY> 


Go to Google!


Add the URL and you're done! URL Stands for Universal Resource Locator. . A URL is just an address.

 <BODY> Go to <A 
HREF="http://www.google.com/">google</A> 
</BODY> 


Go to Google!


Once more:

 <BODY> Go to Netscape! 
</BODY> 


Go to Netscape!

 <BODY> 
Go to <A HREF="http://home.netscape.com/">Netscape!</A> 
</BODY> 


Go to Netscape!

Links are usually indicated by words which are in blue and underlined in blue, but other colors are possible and images, also, can be the link to another page or site.

Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
Lesson 9
Lesson 10
Lesson 11
Lesson 12
Lesson 13
Lesson 14
Lesson 15
Lesson 16
Lesson 17
Lesson 18
Lesson 19
Lesson 20
Lesson 21
Lesson 22
Lesson 23
Lesson 24