Home » HTML » HTML Forms » Question
  1. Which of the following is a new input attribute introduce by HTML5?
    1. date
    2. submit buttons
    3. checkbox controls
    4. text
    5. None of these
Correct Option: A

HTML4 has attributes with elements like radio buttons, Checkbox controls, submit buttons, text input etc.
HTML5 has introduced new attributes like date, color, month, time, week, datetime-local, email, number, range, tel, url, search etc.



Your comments will be displayed only after manual approval.