back

Datalist

Tag: <datalist>

The datalist tag is used inside a form as an autocomplete feature.
The tag goes inside an Input tag and the options for the list are placed in nested Option tags within the datalist.

This tag is new in HTML5

Example