JS

HTML Code Quiz - input type numbers

14.

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