<!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)