Answers for "how to open a new tab by clicking a link in html"

3

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
3

link open in new tab html

<a href="https://www.codegrepper.com/" target="_blank">Grep!</a>
Posted by: Guest on June-13-2021

Code answers related to "how to open a new tab by clicking a link in html"

Browse Popular Code Answers by Language