hwo to make a link html code example
Example 1: html links
<a href="url">link text</a>
Example 2: htlm link
<a href="https://www.google.com/">Visit googel.com!</a>
<a href="url">link text</a>
<a href="https://www.google.com/">Visit googel.com!</a>