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

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 :: how to make text big on big screens and smaller and smaller screen html 
Html :: order invoice template in html 
Html :: remove arrow dropdown bootstrap 
Html :: html placeholder multiple lines 
Html :: how to download a file from html button 
Html :: html input size 
Html :: how to enable button after checked 
Html :: navigation bar on more than one page 
Html :: colocar una imagen en html 
Html :: how to make web page center 
Html :: access to image at from origin 
Html :: Html.ActionLink with parameters 
Html :: display html input datetime-local value from mysql 
Html :: fa icon facebook 
Html :: js get file from input 
Html :: tailwind css toggle 
Html :: use png instead of icon html 
Html :: modal footer align left bootstrap 
Html :: html span title tooltip 
Html :: how to change html code of a website 
Html :: html button link 
Html :: how to check if html table is empty using jquery 
Html :: v-select key 
Html :: bootstrap 5 jumbotron 
Html :: fav icon 
Html :: how to include external javascript in html 
Html :: html datetime-local format dd/mm/yyyy 
Html :: onclick input text select 
Html :: html change background color of page 
Html :: ionic 5-star-rating 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =