Answers for "html button for"

CSS
26

how to create a button in html

<button onclick="window.location.href='/page2'">Continue</button>
Posted by: Guest on June-08-2020
5

html button

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

button

.button {
  position: absolute;
  left: 100px;
  top: 150px;
}
Posted by: Guest on May-03-2021

Browse Popular Code Answers by Language