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

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

$
0
0

You can use the target attribute for opening a link in new tab:

<a href="https://google.com" target="_blank">Google Link</a>

OR

<a href="https://google.com" target="blank">Google Link</a>

DIFFERENCE

_blank will always open the link in a new tab.

blank will open the link in a new tab on the first opening, but all following openings will reuse/update the existing tab.


Viewing all articles
Browse latest Browse all 13

Trending Articles



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