MCQ
What is the correct HTML for a number input field?
Explanation
<input type="number"> creates a number input field with up/down controls for adjusting the value.