a tag with href code example
Example 1: a tag html
<!-- a tags in html are link tags that hold hyperlinks to other
pages, or anchors in the same page -->
<a href='https://www.google.com'>Click here to visit Google.com</a>
<!-- the href attribute specifies where the link should lead -->
<!-- hope it helped! -->
Example 2: href html
<a href="link">text</a>
Example 3: html a tag
<a href=""></a>
Example 4: link in html
<a href="./Your/link/to/the/page">Your text</a>