If you have Used link like
<a href="" target="_blank" rel="noopener noreferrer"></a>
And if you have used the button element
<button onclick=" window.open('https://google.com','_blank')"> Google</button>
In this Site I think you have used the <a>
element so you can user target="_blank"
attribute
Thanks
-
This reply was modified 4 years, 11 months ago by Jan Dembowski. Reason: Formatting