Answers for "new tab html _blank"

4

where to use .target command in html

<a target="_blank" href="">
Posted by: Guest on July-09-2020
1

_blank in html

<!--blank is used to open the link in new tab-->
<a href="https://www.google.com" target="_blank">google</a>
Posted by: Guest on August-13-2021
-1

html href new tab

<p>Check out <a href="https://www.freecodecamp.org/" target="_blank">freeCodeCamp</a>.</p>
Posted by: Guest on January-15-2021

Browse Popular Code Answers by Language