Answers for "html to create new tab in webpage"

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

how to open up a new tab in html

Open new tab in browser
Posted by: Guest on September-04-2020

Browse Popular Code Answers by Language