![]() |
VOOZH | about |
The HTML <input type="number"> element is used to create a numeric input field in a form. It allows users to enter only numerical values.
Syntax:
<input type="number">Example: In this example, we will demonstrate the use of HTML <input type="number"> element.