html tag a new tab code example
Example 1: open link in a new tab
<a href="thislink.com" target="_blank">My Link</a>
Example 2: html href new tab
<p>Check out <a href="https://www.freecodecamp.org/" target="_blank">freeCodeCamp</a>.</p>
Example 3: a tag open new tab
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>