open a new tab from href code example
Example 1: open link in a new tab hmtl
<a href="https://insert.url" target="_blank">The Website Linked</a>
Example 2: how to make href open in a new tab link html
<a href="https://codegrepper.com" target="_blank" rel="noopener noreferrer"> </a>