<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "><Htmlxmlns= "http://www.w3.org/1999/xhtml" ><Head><Metahttp-equiv= "Content-type"Content= "text/html; Charset=utf-8 "/><title> form </Title><StyleType= "Text/css" >form{border:1px dotted #AAAAAA;padding:1px 6px 1px 6px;margin:0px;FONT:14PX Arial;}input{/* All input tags */Color: #00008B;}input.txt{/* text box set individually */border:1px inset #00008B;Background-color: #ADD8E6;}input.btn{/* Button Set separately */Color: #00008B;Background-color: #ADD8E6;border:1px outset #00008B;padding:1px 2px 1px 2px;}select{width:80px;Color: #00008B;Background-color: #ADD8E6;border:1px solid #00008B;}textarea{width:200px;height:40px;Color: #00008B;Background-color: #ADD8E6;border:1px inset #00008B;}</Style></Head><Body><FormMethod= "POST" ><p> Please enter your name:<br><InputType= "Text"Name= "Name"Id= "Name"class= "TXT" ></P><p> Please choose your favorite color:<Br><SelectName= "Color"id= "COLOR" ><OptionValue= "Red" > Red </Option><OptionValue= "Green" > Green </Option><OptionValue= "Blue" > Blue </Option><OptionValue= "Yellow" > Yellow </Option><OptionValue= "Cyan" > Green </Option><OptionValue= "Purple" > Violet </Option></select></P><P>, may I ask your gender:<Br><InputType= "Radio"Name= "Sex"Id= "Male"value= "Male" > Men <Br><InputType= "Radio"Name= "Sex"Id= "Female"Value= "female" > Female </P><p> What do you like to do:<Br><Inputtype= "checkbox"Name= "Hobby"Id= "book"Value= "book" > Reading<Inputtype= "checkbox"Name= "Hobby"Id= "NET"value= "NET" > Internet<Inputtype= "checkbox"Name= "Hobby"Id= "Sleep"Value= "Sleep" > Sleep </P><P> I want to leave a message:<br><TextAreaname= "comments" id= "comments" cols= "" "rows=" 4 "class= "Txtarea" ></textarea></p><< Span class= "Start-tag" >p><input type= "Submit" name= "btnsubmit" id= "btnsubmit" value= "Submit" class= "BTN" ></ p></form> </body></html>< Span id= "line69" > The effect is as follows:
Case & Synthesis Form