To link to other websites on the net it's very similar to link to internal links, here you have to add the "http://" (don't clik on it) in your link tag:
<a href="http://www.masterdiz.com">The webmaster's portal</a>
Explanation:
<a href="http://www.domain_name.com"> Text of Link </a>
If you want to link to a speciphic web page in that domain then :
<a href="http://www.domain-name.com/file_name.htm>text of link </a>
Or if it is in a different directory then:
<a href="http://www.domain_name.com/directory_name/file_name.htm> text of link </a> |