Bootstrap study notes (2) checkboxes and radio in HTML

Source: Internet
Author: User
Tags pear

CheckBox check, Radio Radio

1 <!DOCTYPE HTML>2 <HTMLLang= "en">3 <Head>4     <MetaCharSet= "UTF-8">5     <title>Document</title>6 </Head>7 <Body>8     <!--the check box is linked to the text, requires a label label, and the for in the label is the ID of input -9     <label for= "apple"><inputtype= "checkbox"ID= "apple">Apple</label>Ten     <label for= "banana"><inputtype= "checkbox"ID= "banana">Banana</label> one     <label for= "peach"><inputtype= "checkbox"ID= "peach">Peach</label> a     <BR><BR> -     <!--The Radio box only allows you to select one, name inside the same name can be - -     <label for= "watermelon"><inputtype= "radio"name= "fruit"ID= "watermelon">Watermelon</label> the     <label for= "pear"><inputtype= "radio"name= "fruit"ID= "pear">Pears</label> -     <label for= "orange"><inputtype= "radio"name= "fruit"ID= "orange">Orange</label> - </Body> - </HTML>

Bootstrap study notes (2) checkboxes and radio in HTML

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.