html to open the link in new tab 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: how to make href open in a new tab link html
<a href="https://codegrepper.com" target="_blank" rel="noopener noreferrer"> </a>