a href tag

HTML
<a href="http://example.com" >Link text</a><a href = 'website.com/your/linked/page'>Text in link</a>Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
Source

Also in HTML: