| Navigation Bar | |||
|---|---|---|---|
| Main Table of Contents | Previous Chapter | Next Chapter | |
| Link To Another Web Page |
| Link Within A Web Page |
| Link To To An Image |
| Create An Email Link |
| Change Link Colors |
| Link Considerations |
102 Create A Link To Another Web Page
| You can link a word, phrase or image on your Web page to another page on the Web. | |||
| » Create A Text Link | |||
| |||
<A HREF="http://www.prices.html"> Prices</A> | |||
| » Create An Image Link | |||
| |||
| » Link To A Page On Your Own Web Site | |||
| |||
<A HREF="products/prices.html"> Prices</A> |
104 Create A Link Within A Web Page
| You can create a link that will take readers to another area of a long Web page. This lets readers quickly display information of interest. | |||||||
| » Name Web Page Area | |||||||
| |||||||
<A Name="AddingLinks"></A> | | » Create Link To Web Page Area | |
Example: | <A HREF="#AddingLinks"><IMG SRC="Photo.gif">Adding Links</A> |
106 Create A Link To To An Image
| » You can create a link on your Web page that will take readers to an image. | ||||
| ||||
| » What should I consider when creating a link to an image? | ||||
|
108 Create An Email Link
| » You can create a link that allows readers to quickly send you an email message. | ||||
| ||||
| » Why Should I Include An Email Link On My Web Page? | ||||
|
110 Change Link Colors
| » You can change the color of unvisited and visited links on your Web page. An unvisited link is a link a reader has not previously selected. A visited link is a link a reader has previously selected. | |
| » Change UnVisited Links | |
| |
<Body Link="Red"> | |
| » Change Visited Links | |
| |
<Body VLink="Blue"> or <Body Link="Red" VLink="Blue"> | |
| » What Should I Consider When Changing The Color Of Links? | |
|
112 Link Considerations
|
|