MCQ
What is the correct HTML for a week input field?
A <input type="week">
B <input type="weeknumber">
C <week>
D <input type="wk">
Explanation

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