A link to QcTutorials:
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:
In HTML 4.01, the <a> tag could be either a hyperlink or an anchor. This was determined by the href attribute. In HTML5, the <a> tag is always a hyperlink, but if it has no href attribute, it is only a placeholder for a hyperlink.
HTML5 has some new attributes, and some HTML 4.01 attributes are not supported in HTML5.
Hint: The attributes: hreflang, media, ping, rel, target, and type attributes can not be present if the href attribute is not present.
Hint: A linked page is normally displayed in the current browser window, unless you specify another target.
Hint: Use CSS to style links.
The <a> tag also supports the Standard Attributes in HTML5.
The <a> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!