Learn Scripting Languages from the Master!
To make other documents easily accessible, a hyperlink is used. A hyperlink is a part of the web page that user clicks on to view the destination document. Thus a link basically instructs a browser to load a new URL (page). A document that contains hyperlinks is referred to as hypertext document.
There are four main types of hyperlinks:
A link is created with an <a> tag. The "a" in <a> stands for anchor thus it is called an "anchor tag" or simply link tag. An anchor tag is a two-sided tag and uses a href attribute to specify the destination of the link. The href attribute stands for Hypertext Reference.
Customizing links: