The HTML <a> tag defines a hyperlink.A hyperlink (or link) is a word, group of words, or image that you can click on to jump to another document.When you move the cursor over a link in a Web page, the arrow will turn into a little hand.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
HTML
Topic: Links
What is a Hyperlinks?
Browse random answers:
Define Hypertext link?
What is a Hyperlinks?
What is image mapping in HTML?
What is a Link Syntax?
How do we create a link?
How do I eliminate the space around/between my images?
How do I create a link?
How do I eliminate the blue border around linked images?
How do I create a link that opens a new window?
How do I create a button which acts like a link?
How to display the web page icon in the browser?
How to refer the .css file in the web page?
How to link an external css file to HTML?
How to link to a mail message in HTML?
How do you create links to sections within the same page?
Can a single text link point to two different web pages?
How do you display hyperlinks without underlines?