-
Which element specifies a list of pre-defined options for an input element?
-
- <output>
- <password>
- <datalist>
- <keygen>
- None of these
Correct Option: C
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