the code use to open a link page outside html code example
Example 1: html open things in new tab
<a href="/" target="_blank">The home page will open in another tab.</a>
Example 2: a href to other site
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>