English, asked by Muskaan2653, 2 months ago

Which tag is used to specify a list of prefined options for input controls?

Answers

Answered by Sly01
5

The <datalist> tag specifies a list of pre-defined options for an <input> element. The <datalist> tag is used to provide an "autocomplete" feature for <input> elements. Users will see a drop-down list of pre-defined options as they input data.

Similar questions