Answers for "how to make clicking a link open new tab using html"

6

button open link in new tab

<button class="btn btn-success" onclick=" window.open('http://google.com','_blank')"> Google</button>
Posted by: Guest on May-25-2021
0

how to make href open in a new tab link html

<a href="https://codegrepper.com" target="_blank" rel="noopener noreferrer"> </a>
Posted by: Guest on January-25-2021

Code answers related to "how to make clicking a link open new tab using html"

Browse Popular Code Answers by Language