Answers for "how to add open in new tab on html button"

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
13

html open things in new tab

<a href="/" target="_blank">The home page will open in another tab.</a>
Posted by: Guest on February-17-2020

Code answers related to "how to add open in new tab on html button"

Browse Popular Code Answers by Language