Home » HTML » HTML Forms » Question
  1. Which of the following is not a HTML5 added form element?
    1. <password>
    2. <output>
    3. <keygen>
    4. <datalist>
    5. None of these
Correct Option: A

<datalist>, <keygen> and <output> are HTML5 added form element. Element <password> is not a HTML5 added form element. Password is an attribute used in input type in HTML.



Your comments will be displayed only after manual approval.