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.

  1. A.

    <input type="date">

  2. B.

    <input type="time">

  3. C.

    <input type="calendar">

  4. 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.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…