The <datalist> tag refers a list of pre-defined options for an <input> element.
<datalist>
<input>
To create a data list for an <input> element assign data list id value to the list attribute of input element.