Search
 
SCRIPT & CODE EXAMPLE
 

HTML

a tag open in new tabn

<a target="_blank" href="https://example.com">Link text</a>
Comment

open anchor tag in new tab

<a href="https://youtu.be/dQw4w9WgXcQ" target="_blank">Use _blank</a>
Comment

open link in a new tab

<a href="thislink.com" target="_blank">My Link</a>
Comment

open new tab href

<a target="_blank" rel="noopener noreferrer" href="http://your_url_here.html">Link</a>
Comment

a tag open in new tab

<a href="#" target="_blank" rel="noopener noreferrer">Link</a>
Comment

open new tab anhor tag

//Just add the target="_blank" attribute in your anchor tag eg.
<a target="_blank" href="https://www.somesite.com">This is a link</a>
Comment

a tag to open in new tab

 <a href="https://google.com" target="_blank">Search</a>
Comment

how to make anchor tag open in new tab

<a target="_blank">
Comment

a tag open in new tab

<a href="https://www.empiricinfosys.com" target="_blank" rel="noopener noreferrer">freeCodeCamp</a>
Comment

PREVIOUS NEXT
Code Example
Html :: slider is flashing when change background image 
Html :: body on start do function javascript 
Html :: bootsrap label 
Html :: how to put an image in the top right corner html 
Html :: refresh html document every 30 seconds: 
Html :: html comment 
Html :: django template tags background-image 
Html :: select html unselectable option 
Html :: empty link 
Html :: get input value on button click javascript 
Html :: how to add button to open a website using html 
Html :: modal footer button center 
Html :: how to show pdf as image in html 
Html :: html input radio 
Html :: html telephone 
Html :: iframe - Full Screen - HTML 
Html :: sound on click 
Html :: BootStrap 4.6,BootStrap 5.2 CDN Css & JS & Bundle 
Html :: border radius rect svg 
Html :: how do you play audio files on html 
Html :: html inline style margin 
Html :: html video fullscreen 
Html :: html phone number validation pattern 
Html :: bootstrap colored link 
Html :: markdown: text alignment and size 
Html :: data list in input tag html 
Html :: meta http-equiv x-ua-compatible 
Html :: how to write floating point numbers in html5 input 
Html :: express send html file 
Html :: write html inside component angular 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =