Using HTML to create Hyperlinks to be used on your website is easy and can be fun at the same time. This can enhance and ease the navigation on your website. There are various types of hyperlinks you can use on your site.
Link to a new website in a new window
Enter your code like this:
<a href="http://www.yahoo.com" target="_new">TEXT FOR LINK</a>
Your page should look like this:
TEXT FOR LINK

Click Here to Go Back