html what is <link> tag for code example
Example 1: html links
<a href="url">link text</a>
Example 2: html links
<a href = "url.png"> Text that is shown</a>
<a href="url">link text</a>
<a href = "url.png"> Text that is shown</a>