Option value, text, and label

Source: Internet
Author: User

The first two attributes of the Option label are usually used. Text is implicitly defined, which is equivalent to innertext or textcontent. value can be explicitly defined. If not defined, it is the same as text by default. So what is label? It is used to determine the content displayed by the option. Although we directly fill in the content between its start label and structure label, we can also use the label to fill in the content.

<Select id = "test"> <option label = "label1"> textcontent1 </option> <option label = "label2"> textcontent2 </option> </SELECT>
Textcontent1Textcontent2

Normally, ie, chrome, opera, and Safari are displaying label1 and label2, while Firefox (even version 4.01) is displaying textcontent1 and textcontent2, an old bug (see here) not repaired so far.

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.