Answers for "open tabs in new window href"

19

open page with html

<!DOCTYPE html>
## Code by Scratchy (Twitter @S_cratchy)
<html>
<body>

<a href="https://www.Google.com" target="_blank">Gooooooooogle!</a> 

</body>
</html>
Posted by: Guest on November-23-2019
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

Browse Popular Code Answers by Language