link html open new window code example
Example 1: open link in a new tab hmtl
<a href="https://insert.url" target="_blank">The Website Linked</a>
Example 2: open new tab href
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>