HTML Learning Note field elements (Form form, textarea text field, fieldset domain collection, input use) case fourth (original)

Source: Internet
Author: User

<!DOCTYPE HTML><HTMLLang= "en"><Head>    <MetaCharSet= "UTF-8">    <title>Form</title></Head><Body><!-- Form Form -<form>User name:<!--text Field -    <inputtype= "text">    <BR/>Password:<!--password Field -    <inputtype= "Password">Nickname:<inputplaceholder= "nickname"/>    <!--Hidden Fields -    <BR/>which fruit do you like? <!--checked setting is initially selected -    <BR/>    <inputtype= "checkbox"checked= "true">Apple<inputtype= "checkbox"checked= "true">Cucumber<inputtype= "checkbox"checked= "true">Banana<BR/>Please select Gender<!--the selected state of the mark after the Radio box is whichever -    <inputtype= "Radio"name= "Sex"checked= "true">male<inputtype= "Radio"name= "Sex"checked= "true">female<BR/>    <!--Drop- down list -Please select the website you want<!--Drop- down Options Box -    <!--******** Multiple is the Set drop-down menu with scroll bars ******* -    <!--option is the specific choice -    <Selectname= "123"ID= "234">        <optionvalue= "1">Www.baidu.com</option>        <optionvalue= "2">www.google.com</option>        <optionvalue= "3">Www.qq.com</option>    </Select>    <BR/>    <Selectname= "123"ID= "254"multiple= "true">        <optionvalue= "1">Www.baidu.com</option>        <optionvalue= "2">www.google.com</option>        <optionvalue= "3">Www.qq.com</option>        <optionvalue= "3">Www.qq.com</option>        <optionvalue= "3">Www.qq.com</option>        <optionvalue= "3">Www.qq.com</option>        <optionvalue= "3">Www.qq.com</option>    </Select>    <BR/>Button<inputtype= "button"value= "button">    <inputtype= "Submit"value= "OK">    <inputtype= "Reset">    <!--Reset files inside the domain -    <inputtype= "File">    <!--file -</form><textareaname= "333"ID= "222"cols= " the"rows= "Ten">Please fill in your personal information</textarea><!--text fields that can be dragged -<!--The text field shows how many rows cols is realistic and how many columns ReadOnly is set read-only and cannot be written -<textarearows= "Ten"cols= "The "ReadOnly>Please fill in the information</textarea><inputtype= "Radio"name= "People"ID= "Goodpeople"/><label for= "Goodpeople">Good</label><inputtype= "Radio"name= "People"ID= "Badpeople"/><label for= "Badpeople">Bad guys</label><BR/><BR/><BR/><BR/><!--************ Mouse on the word above you can click ************ -<!--Control grouping Show field is the meaning of the field, set is the meaning of the set -<fieldset>    <legend>Address information</legend>Name:<input/> <BR/>Password:<inputtype= "Password"/></fieldset></Body></HTML>

HTML Learning Note field elements (Form form, textarea text field, fieldset domain collection, input use) case fourth (original)

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.