link href tag code example
Example 1: html links
<a href="url">link text</a>
Example 2: html link
<a href="https://www.google.com/">Link to google</a>
Example 3: html links
<a href = "url.png"> Text that is shown</a>
<a href="url">link text</a>
<a href="https://www.google.com/">Link to google</a>
<a href = "url.png"> Text that is shown</a>