| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Add Links to your Page
The code for adding a link looks like this:
| <A HREF= | "http://www.any_web_site.com"> | Your text | </a> |
| Start of all link tags | Web page address. Note: if the page to be linked is in the same directory as the page being currently viewed, only the file name needs to be given here. (Example: <a href="myfile.html">) | Add the text or image tag here. The image or text will be "hot" (the viewer can click on it to go the the intended link page) | Closing tag. DON'T forget this!! |