How To create hyperlinks links in HTML documents for your websites
Lets say i want "Hosting By Webune.com" to be have a link, but only on the word "Webune.com" to do this, i would use the following HTML Code:
The Code: Hosting By <a href="http://www.webune.com">Webune.com</a>
This is how the HTML code looks like: Hosting By Webune.com
Hosting By Webune.com