What is input list in HTML | What is input type for age in HTML?


 The HTML <input> list Attribute is used to identify a list of pre-defined options for an element to suggest the user. ... datalist_id: It is used to specify the Id of the datalist that will used to make a link up with the input element.


The <input type="date"> is used for input fields that should contain a date. Depending on browser support, a date picker can show up in the input field. 

No comments

If you have any doubts,please let me know

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();