open link on new tab a html code example
Example 1: html open things in new tab
<a href="/" target="_blank">The home page will open in another tab.</a>
Example 2: open new tab href
<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>