how to add steps on number input in html

Solutions on MaxInterview for how to add steps on number input in html by the best coders in the world

showing results for - "how to add steps on number input in html"
Victoria
28 Mar 2016
1<input id="myNumber" name="myNumber" type="number" step="2" min="1.2">
Madeleine
10 Jan 2020
1<input type="number" step='5'>