how to tab open the link on html page code example
Example 1: how to make a link in html that opens in a new tab
add attribute : target = "_blank"
Example 2: how to make href open in a new tab link html
<a href="https://codegrepper.com" target="_blank" rel="noopener noreferrer"> </a>