Tutorial – How to a create a link to another page
If you have a website and you want to add a new link to another page. The way you do this is to use the ‘<a>’ tag. Below is an example.
<a href=”http://www.jcfrost.com/”>Visit jcfrost.com</a>
The website url you are linking to is inside the quotes after ‘href=’ and the text you want to appear on your website will be in between ‘<a href=”http://www.jcfrost.com/”>’ and ‘</a>’.

March 25th, 2010 at 7:45 pm
Fine web site,have a good day
May 10th, 2010 at 8:45 pm
This article is actually incredibly accurate. I loved reading it.