a href for links code example
Example 1: hyperlink html
<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>