Hello, I would like to know how I can put a limit, a minimum and maximum number that can be typed in the field. For example, make the number entered in the field below can not be less than 0 and greater than 9.
Note: Only integers from 0 to 9.
<input type="number" id="nota" name="nota" class="form-control">