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 element specifies a list of pre-defined options for an input element?

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

Answer: a
Explanation: The datalist tag is used to provide an “autocomplete” feature on input elements. Users will see a drop-down list of pre-defined options as they input data. Password defines password field in HTML. It is attribute for input-type. The <keygen> element references from data after form has submitted. Result of calculation (script) is represented by output tag.

Join The Discussion