MCQ
What is the correct HTML for a time input field?
A <input type="time">
B <input type="clock">
C <time>
D <input type="hour">
Explanation

<input type="time"> creates an input field for selecting a time with hour and minute picker.