Answers for "how to get links in html to open in another tab"

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
1

open link in new tab html

<a href="#" rel="noopener noreferrer" href="link"></a>
Posted by: Guest on October-06-2020

Code answers related to "how to get links in html to open in another tab"

Browse Popular Code Answers by Language