Which type should be used for an input that can contain only numbers in the following code?
<form action="#"> <input type=_______ min="1" max="9"> </form>
checkbox
date
text
number
The number type should be used for an input that can contain only numbers.
14 / 25