So here\'s a simple but interesting question, how can I open multiple links using single element?
Using this only opens the first href
href
You can certainly try this
Demo
<a href="http://www.microsoft.com" target="_blank" onclick="window.open('http://www.google.com'); window.open('http://www.yahoo.com');">Click Here</a>