postheadericon Adding a hyperlink using HTML

User Rating: / 0
PoorBest 

 


Adding a hyperlink to an article using HTML:

<a href="http://website.com.au">Link text</a>

Looks like this:

Link text

When you want the link to open up in a new page:

<a href="http://website.com.au" target="_blank">Link text</a>

Still looks like:

Link text

But link will open up in a new page, so the original page remains open