Which of the following is a valid HTML5 input type for selecting dates ?
2025
Which of the following is a valid HTML5 input type for selecting dates ?
Answer: A. <input type="date"> — The correct HTML5 input type for selecting dates is 'date'. This attribute enables a date picker in compatible browsers.
- A.
<input type="date">
- B.
<input type="time">
- C.
<input type="calendar">
- D.
<input type="datetime">
Attempted by 273 students.
Show answer & explanation
Correct answer: A
The correct HTML5 input type for selecting dates is 'date'. This attribute enables a date picker in compatible browsers.
Loading lesson…