MCQ
What is the correct HTML for a date picker?
A <input type="date">
B <input type="datetime">
C <datepicker>
D <input type="calendar">
Explanation

<input type="date"> creates a date picker that allows users to select a date from a calendar.