make new link open in different page html 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 open in new page link html
<a href="https://insert.url" target="_blank" rel="noopener noreferrer">The Website Linked</a>