anchor open link in new tab code example
Example 1: how to make a link in html that opens in a new tab
add attribute : target = "_blank"
Example 2: a tag open new tab
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>