elibraryportal Logo

HTML Datalist Tag

The HTML <datalist> tag specifies a list of pre-defined options for an <input> element. It is used to provide an "autocomplete" feature for <input> elements.

Syntax:-

Example:-

Test it Now

Example:-

Test it Now
Next TopicHTML Header Tag