How to Add Hyper Links
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! |