Answers for "which html attribute is used to open link in a new window/tab"

9

how to make a link in html that opens in a new tab

add attribute : target = "_blank"
Posted by: Guest on June-07-2020
1

href open new tab html

<a href="https://www.freecodecamp.org/" target="_blank">freeCodeCamp</a>
Posted by: Guest on August-02-2021

Code answers related to "which html attribute is used to open link in a new window/tab"

Browse Popular Code Answers by Language