How to use datalist tag


<datalist>

All Tags not showing in online page, but show on view source.

<input list="names">
<datalist id="names">
  <option value="Pradeep">
  <option value="Ravi Sharma">
  <option value="Santosh">
  <option value="Vikas">
</datalist>

Code show like this:


Browser Support

The <datalist> tag is not supported in supported in Internet Explorer 9 and earlier versions, and Safari.

What is datalist tag

Datalist tag is used to input type data, that are show automatically on enter a letter of word. Datalist tag use into option tag with value.

Difference in HTML5

The datalist tag is new in HTML5.

Leave a Reply

Your email address will not be published. Required fields are marked *