Field for entering numbers
Using the input tag with the type attribute set to number, you can create a field for entering numbers.
Example
<input type="number">
:
See also
-
range field,
with which you can enter a range of values
Using the input tag with the type attribute set to number, you can create a field for entering numbers.
<input type="number">
: