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
Unfortunately, no.
In 2013, there is no way to do it with pure CSS.
Update: thanks to showdev for linking to the obsolete spec of CSS3 Hyperlinks, and yes, no browser has implemented it. So the answer still stands valid.