HTML Number and Its Example
HTML Number :
<input> elements of type number are used to let the user enter a number. They include built-in validation to reject non-numerical entries.
The browser may opt to provide stepper arrows to let the user increase and decrease the value using their mouse or by simply tapping with a fingertip.
Date Example 1:
output:
Click the button to get the number of the number field.
Note: input elements with type="number" are not supported in IE 9 and earlier versions.