Enter HTML5 entry to proficient:<datalist> label

Source: Internet
Author: User
Keywords tags HTML5 Getting started to master

<datalist> Label

Definitions and usage

<datalist> label defines the list of options. Use this element in conjunction with the INPUT element to define the possible values for input.

DataList and its options are not meant to be displayed, it is just a valid list of input values.

Wind Network (www.ithov.com) Tip: Please use the List property of the input element to bind the DataList.

Instance

The following is an INPUT element that describes its possible values in DataList:

<input id= "Mycar" list= "Cars"/>
<datalist id= "Cars" >
<option http://www.aliyun.com/zixun/aggregation/9541.html ">value=" BMW >
<option value= "Ford" >
<option value= "Volvo" >
</datalist>

Try it for yourself.

Differences between HTML 4.01 and HTML 5

The <datalist> label is a new label in HTML 5.

Standard properties

<datalist> tags support standard properties in HTML 5.

Event Properties

<datalist> tags support event properties in HTML 5.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.