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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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'>