Learn how to set up "Links"

The most popular way to set up links.
Paste it anywhere between <body....> and </body>
Internal link. ( in your web site )

Link to a picture with a text link. <a href="picname.jpg">Text to click </a>
Link to a picture with an image link . <a href="bigPic.jpg"><img src="small.jpg"></a>
Link to a page with a text link. <a href="index.htm">Home Page </a>
Link to a page with an image link <a href="America.htm"><img src="map.jpg"></a

External Link. ( any where in the internet ) same as internal just add the "http://domain/"

Link to a picture with a text link. <a href="http://www.masterdiz.com/picname.jpg"> Text to click </a>
Link to a picture with an image link. <a href="http://www.masterdiz.com/bigPic.jpg"> <img src="smallPic.jpg"></a>
Link to a page with a text link. <a href="http://masterdiz.com/pagename.htm"> link to click </a>
Link to a page with an image link <a href="http://masterdiz.com/pagename.htm"> <img src="picname.jpg"></a>

Disclaimer

Just in case, if this tutorial was little hard for you, there is one more explicit easy to understand  HERE