A. |
Use the checkbox type of input element. |
B. |
Use the radio type of input element. |
C. |
Use the email, tel, or url types of input element. |
D. |
Use the datetime, datetime-local, date, month, time, or week types of input element. |
Answer: Option D
Explanation:
Restrict the user to a time or date.Use the datetime, datetime-local, date, month, time, or week types of input element.
|