-
Which of the following is not a HTML5 added form element?
-
- <password>
- <output>
- <keygen>
- <datalist>
- 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.