MCQ
What is the correct HTML for a month input field?
A <input type="month">
B <input type="monthyear">
C <month>
D <input type="calmonth">
Explanation

<input type="month"> creates an input field for selecting a month and year with a date picker.