Answers for "how to make a button link to open in a new tab 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

Code answers related to "how to make a button link to open in a new tab in html"

Browse Popular Code Answers by Language