<!--blank is used to open the link in new tab-->
<a href="https://www.google.com" target="_blank">google</a>
<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>
<!-- target="_blank" can expose your site to performance and security issues -->
<!-- Adding rel="noopener" or rel="noreferrer" avoids these issues -->
<a href="https://www.google.com" target="_blank" rel="noopener">google</a>
<base target="_blank">
Code Example |
---|
Html :: html change background color of page |
Html :: how to get data from html page using javascript |
Html :: email |
Html :: how to make a link open in new tab html |
Html :: html shortcuts |
Html :: video slider html |
Html :: how to reduce the size of a button in boostrap |
Html :: bootstrap starter template |
Html :: html table title |
Html :: how to set table column width in html |
Html :: image preview for website |
Html :: font color Imagefont pil |
Html :: how to use js in html |
Html :: slick slider pause on video play |
Html :: html link to pdf |
Html :: bootstrap tabs |
Html :: aria-label |
Html :: twig map |
Html :: space in html text |
Html :: metadata |
Html :: html clickable image |
Html :: xss commands |
Html :: accordion html |
Html :: insert html in html |
Html :: how to keep :active css style after click a button |
Html :: typo3 symlinks |
Html :: react hooks html imput on change |
Html :: responsive web dev for watches |
Html :: etiqueta tachado html |
Html :: how to update html before alert |