Hyperlink Code


Inserting an hyperlink can be tricky most of the times. The code for it is <a> but there is a lot more to it.

You open an hyperlink with <a> then you have to add href=”http://www.hyperlink-address.com” to tell it where to go, you can also add a target tag to tell it how to open like target=”new window” target=”_blank” and if you want you can add a anchor text with the title tag.

So for example; you can have an hyperlink with the code <a href=”http://www.hyperlink-address.com” target=”new window” title=”Name of address”>Name of Link</a> which would appear as Name of Link

Adding an hyperlink couldn’t be this easy! Thanks for reading the article.

AndysWebTools...Easy as Pie! AndysWebTools...Easy as Pie!