HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

datalist

Description

The datalist element for HTML represents a set of option elements that represent predefined options for other controls.

Syntax

HTML

<datalist attribute-name="attribute-value"></datalist>

Attributes

Global

CSS

datalist
{
    display: none;
}

Examples

1 · CSS