- In HTML <datalist> tag is used to provide autocomplete feature in the files.
- Users can easily fill the data in the forms using select the data because it is used by an input tag.
- It provides a list of predefined options for the users to select data.
W