Answers for "how to make href when click open new tab"

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
0

how to make href open in a new tab link html

<a href="https://codegrepper.com" target="_blank" rel="noopener noreferrer"> </a>
Posted by: Guest on January-25-2021

Code answers related to "how to make href when click open new tab"

Browse Popular Code Answers by Language