1<button class="btn btn-success" onclick="location.href='http://google.com';"> Google</button>
2#open link from button
1<button onclick="location.href='http://www.example.com'" type="button">
2 www.example.com</button>
1<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
2