Horje

How to add HTML <input> min number Attribute

number Specifies the minimum value allowed
index.html
Example: HTML
<input type="number" id="quantity" name="quantity" min="1" max="5">

Output should be:

How to add HTML <input> min number Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin