open another tab html code example
Example 1: open new tab html
<a href="your link" target="_blank">The home page will open in another tab.</a>
Example 2: link open in new tab html
<p>Check out <a href="https://www.freecodecamp.org/" target="_blank" rel="noopener noreferrer">freeCodeCamp</a>.</p>