HTML insert Hyperlink

E-mail Print PDF

( 2 Votes )
User Rating: / 2
PoorBest 
HTML insert a Hyperlink

The <a> tag is supported in all major browsers.


Definition and Usage

The <a> tag defines a hyperlink, which is used to link from one page to another.

The most important attribute of the <a> element is the href attribute, which indicates the link’s destination.

By default, links will appear as follows in all browsers:

  • An unvisited link is underlined and blue
  • A visited link is underlined and purple
  • An active link is underlined and red
<a href="http://www.w3schools.com">Visit W3Schools.com!</a>
  


Here's a Example to understand the Code
a href="/Target website" > Target Description

 

joomla counter