4
Q:

a href tag

<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 = '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

New to Communities?

Join the community