Example:
HTML
<form>
<label for="quantity">Quantity (between 1 and 5):</label>
<input type="number" id="quantity" name="quantity" min="1" max="5">
</form>
How is to look HTML Input Type Number | HTML Input Types |
Full Code Example of HTML Input Type Number | HTML Input Types |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Input Types |
Uploaded by: | Admin |