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 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

html open all links in new tab

<base target="_blank">
Comment

PREVIOUS NEXT
Code Example
Html :: html image 
Html :: anchor tag 
Html :: html umlaute 
Html :: Align an element to bottom with flexbox 
Html :: html table row span 
Html :: ancres html 
Html :: how to add js to html 
Html :: where should favicon.ico be placed in flask app 
Html :: tailwind css carousel 
Html :: play audio source on html 
Html :: bootstrap alerts 
Html :: bootstrap cdn 
Html :: image preview for website 
Html :: fibonacci series in html 
Html :: whatsapp api 
Html :: address tag in html 
Html :: uncaught error: bootstrap 
Html :: bootstrap form-switch 
Html :: angular open pdf in new tab 
Html :: add image in html 
Html :: add color to hr tag 
Html :: etiquetas formularios html 
Html :: html + sign 
Html :: use variable in input value vuejs 
Html :: what does ul mean html 
Html :: using svg in html 
Html :: how to make html text bold 
Html :: bootstrap css 
Html :: balise a html 
Html :: The template root requires exactly one element.eslint-plugin-vue 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =