html ensure a tag opens new tap 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: how to open up a new tab in html
Open new tab in browser
<a href="/" target="_blank">The home page will open in another tab.</a>
Open new tab in browser