Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is not a HTML5 added form element?

a) <datalist>
b) <keygen>
c) <output>
d) <password>

Answer: d
Explanation: <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.

Join The Discussion