Answers for "link button toanother html page html"

4

html button with link

<a href="https://www.google.com">
  <button>Go to Google</button>
</a>
Posted by: Guest on October-01-2020
4

button html link to another page

<form action="https://google.com">
    <input type="submit" value="Go to Google" />
</form>
Posted by: Guest on April-02-2021

Browse Popular Code Answers by Language