button open link in new tab

HTML
<button class="btn btn-success" onclick="location.href='http://google.com';"> Google</button>
Source

Also in HTML: