url tag in html code example
Example 1: html link
<a href="https://www.google.com/">Link to google</a>
Example 2: html a href
<a href="http://example.com" >Link text</a>
Example 3: a tag html
<a href = 'website.com/your/linked/page'>Text in link</a>