The HTML <datalist> Element contains a set of <option> elements that represent the values available for other controls.

Content categories:
Flow content, phrasing content.

Permitted content:
Either phrasing content or zero or more <option> elements.

Tag omission:
None, both the starting and ending tag are mandatory.

Permitted parent elements:
Any element that accepts phrasing content.

DOM interface:
HTMLDataListElement
