QN Tran
0
Q:

html a href

<a href="http://example.com" >Link text</a>
7
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
2
<a href="link">text</a>
2
<a href = 'website.com/your/linked/page'>Text in link</a>
4
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
1
The href attribute specifies the URL of the page the link goes to
-1

New to Communities?

Join the community