Answers for "click link then open it in new tab 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
5

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 "click link then open it in new tab html"

Browse Popular Code Answers by Language