![]() |
VOOZH | about |
The HTML href attribute specifies the URL of a document, allowing one page to link and navigate to another.
It is used to specify the URL of the page that the link goes to. When the href attribute is not present in the <a>, then the element will not be a hyperlink.
<a href="URL">The HTML <base> href attribute is used to specify the base URL for all the relative URL of a page.
<base href="URL">The <area> href attribute is used to specify the URL of the target page. When the href attribute is not present in the <area>, an element that it will not be a hyperlink.
<area href="URL">The HTML <link> href attribute is used to specify the URL of the linked document. It mostly contains the URL of the stylesheet file.
<link href = "url">