I have external links in top menu of my website. I want to open these links in new tab. I could achieve it using \"target=_blank\" in HTML. Is there a similar CSS p
Another way to use target="_blank" is:
target="_blank"
onclick="this.target='_blank'"
Example:
Your Text