how to open new tab when link clicked 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: a tag open in new tab
<a href="#" target="_blank" rel="noopener noreferrer">Link</a>