MCQ
What is the correct HTML for a number input field?
A <input type="number">
B <input type="numeric">
C <number>
D <input type="integer">
Explanation

<input type="number"> creates a number input field with up/down controls for adjusting the value.