onclick anchor open in the new tab in html code example
Example 1: open link in new tab
<a href="https://www.google.com/" target="_blank">Open Google in a new tab!</a>
Example 2: html how to make link open in new tab
<p>Check out <a href="https://www.freecodecamp.org/" target="_blank" rel="noopener noreferrer">freeCodeCamp</a>.</p>