Horje

How to add HTML <input> max Number Attribute label Tag

number Specifies the maximum value allowed
index.html
Example: HTML
<label for="quantity">Quantity (between 1 and 5):</label>
 <input type="number" id="quantity" name="quantity" min="1" max="5">

Output should be:

How to add HTML <input> max Number Attribute label Tag




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