Depending on browser support:<br>
Fixed steps will apply in the input field.
<form action="/example/html/form_action.aspx">
<input type="number" name="points"
min="0" max="100" step="10" value="30">
<p><b>Note:</b>type="number" is not supported in IE9 and earlier.