min attribute
<input min='value'>
Explanation
min step attribute grants the
minimum values for an <input>.
Example Code:
Result :
- min attribute mentions the minimum value, that can be entered in a input field.
- It functions with the input types like "month, datetime-local, range, date, number, datetime, time and week".
Limitations:
It will function only in "Opera and Chrome" browsers.