Quantcast
Channel: How to open link in a new tab in HTML? - Stack Overflow
Viewing all articles
Browse latest Browse all 13

Answer by Thabang for How to open link in a new tab in HTML?

$
0
0

You can use:

<a href="http://www.WEBSITE_NAME.com"  target="_blank"> Website</a>

However the above make your site vulnerable to phishing attacks. You can prevent it from happening in some browsers by adding rel="noopener noreferrer" to your link. With this added, the above example becomes:

<a href="http://www.WEBSITE_NAME.com" rel="noopener noreferrer" target="_blank">Website.com</a> 

check out for more information:https://www.thesitewizard.com/html-tutorial/open-links-in-new-window-or-tab.shtml


Viewing all articles
Browse latest Browse all 13

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>