A hyper reference is the main advantage of HTML documents. So it's very important to know how to add links in your web design template. This procedure is very simple if you are using a HTML editor.
If you are using Macromedia Dreamweaver select the text or image that you want to create a link for, then go to the Properties panel (press
CTRL+F3 if you can not see it for any reason). In this panel you will see the
Link input box. Fill it in with the appropriate url.

Fig 7.6
Link Input Box
For Microsoft FrontPage users, the link adding procedure is as follows. Right click on the selected text or image and select
Hyperlink... from the context menu. Fill the
Address input box with the appropriate url.

Fig 7.7
Address Input Box
If you have some skills in HTML coding you can put the hyper link directly into the HTML code. You have to put the opening reference tag before the content you want to be linked and the closing tag after that:
<a href="your_url_here">Content goes here</a>