What does <a href="#">Click here</a>
mean?
Definition and Usage. The href attribute specifies the URL of the page the link goes to. If the href attribute is not present, the <a> tag will not be a hyperlink. Tip: You can use href="#top" or href="#" to link to the top of the current page!
(Hypertext REFerence) The HTML code used to create a link to another page. The HREF is an attribute of the anchor tag, which is also used to identify sections within a document.
It means "Render a hyperlink that takes the visitor to the top of the page and label it with the, distinctly uninformative, text Click here"
<a href="#Bookmark1" target="frame1">
Link text that leads to Bookmark1 in the current document
</a>
<a href="http://www.foo.com/index.html#Bookmark1" target="frame1">
Link text that leads to Bookmark1 in index.html at www.foo.com
</a>
If no Bookmark is specified in the HREF statement, the browser will default to the top of the document.
From Hyperlink [A Href]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With