how to add a href to a link html code example
Example 1: how to add links in html
<a class="class" href="link" id="id">Text</a>
Example 2: htlm link
<a href="https://www.google.com/">Visit googel.com!</a>
<a class="class" href="link" id="id">Text</a>
<a href="https://www.google.com/">Visit googel.com!</a>