Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

target blank html

<head>
  <base target="_blank">
</head>
<!--makes all links open in a new tab-->

<!--or if you need to use it on a specific link-->
<body>
  <a href="https://www.google.com" target="_blank">google</a>
</body>
 
PREVIOUS NEXT
Tagged: #target #blank #html
ADD COMMENT
Topic
Name
3+9 =