Add Links to your Page
May 14, 2009, Posted by admin at 9:51 am
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!! |

You must be logged in to post a comment.