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
1<a href="https://google.com" class="button">Go to Google</a> //*button link *//
1<form method="get" action="/page2">
2 <button type="submit">Continue</button>
3</form>