Answers for "button html in new tab"

6

how to link new tab in html button

<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 "button html in new tab"

Browse Popular Code Answers by Language