I would like to have a button that redirects to a given URL and opens in a new tab. How can this be done?
My preferred method has the advantage of no JavaScript embedded in your markup:
CSS
a { color: inherit; text-decoration: none; }
HTML