how to use the a tag in html code example
Example 1: html link
<a href="https://www.google.com/">Link to google</a>
Example 2: a tag html
<a href = 'website.com/your/linked/page'>Text in link</a>
Example 3: html a tag
<a href=""></a>
<a href="https://www.google.com/">Link to google</a>
<a href = 'website.com/your/linked/page'>Text in link</a>
<a href=""></a>