new tab when using a tag code example
Example 1: a tag to open in new tab
<a href="https://google.com" target="_blank">Search</a>
Example 2: a tag open new tab
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>