<a href="https://developer.mozilla.org">MDN</a>
<a herf="web_site_link" target="_self|_blank|..." > text </a>
<!-- 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! -->
<a href="https://www.w3schools.com">Visit a website</a>
<a href="https://www.google.com">Visit google.com!</a>
<a href = 'website.com/your/linked/page'>Text in link</a>
<a href=""></a>
<a href="URL or Path">Click Me</a>
<a href="#">
Anything Can Go Here
<!--
Examples are....
You can display using any element like IMG or BUTTON
to make any element a hyperlink
-->
</a>
td {
padding: 0;
}
td a {
display: block;
padding: 1em;
}