html5 tagChinese translation Recent Updates:2018-06-11 14:35:08 datalist Control; data table; data sequence; option list; drop-down list html5 tagVideo explanation html5 tag syntax Function: tag defines the option list. Use this element in conjunction with an input element to define the possible values of the input. The datalist and its options are not displayed, it is just a list of valid input values. Please use the list attribute of the input element to bind the datalist. html5 tag example Run instance » Click the "Run instance" button to view the online instance