h0w to open a thing in new tab html code example
Example 1: open new tab html
<a href="your link" 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>