HTML Attribute of an HMTL hyperlink element is used to open the linked document in a new tab? code example
Example 1: htlm link
<a href="https://www.google.com/">Visit googel.com!</a>
Example 2: link in html
<a href="./Your/link/to/the/page">Your text</a>