Hyperlink
This article explains how to use a hyperlink and the types. A hyperlink is the html link you click on to get to another page from a page. The basic code is as follows:
<a href=”http://www.start-a-site.com”>Start-a-Site.Com</a>
Which results in : Start-a-Site.Com
You can also have this link open in a new window by using the target value. If you’d like, you can add a Anchor tag aswell by using the title value. Take a look at it below:
<a target=”new” title=”Start-A-Site.Com How to Start Websites” href=”http://www.start-a-site.com>Start-a-Site.Com</a>
This will show up as: Start-a-Site.Com
Use the codes above as you like. Make sure you change the values and attributes.
( October 29, 2009 at 9:57 pm) · Filed under Coding, General, Html Tags, Necessary Tags, How to add a link to a html page, How to add a link to your blog, How to link to a website, How to link to another website, How to make a hyper link, Html hyperlink code, Html link code, The html link code, The Hyper Link Code
