Krishna Ravi
10
Q:

html button with link

<a href="https://www.google.com">
  <button>Go to Google</button>
</a>
3
<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>
12
<form action="https://google.com">
    <input type="submit" value="Go to Google" />
</form>
5

<button 
  onclick="document.location='default.asp'">HTML Tutorial</button>
 
2
<form method="get" action="/page2">
    <button type="submit">Continue</button>
</form>
2

New to Communities?

Join the community