Task two make the following form:
Code:
<!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=gb2312" /><title>Task Two form</title><style>TD{Height:20px;font-family:"Microsoft Jas Black";font-size:14px;Font-weight:Bold;padding:5px;text-align:Center;}</style></Head><Body><Tablewidth= "The "Border= "1"cellspacing= "0"cellpadding= "0"> <TR> <TDwidth= "+">User name:</TD> <TD><inputtype= "text"></TD> </TR> <TR> <TD>Password:</TD> <TD><inputtype= "Password"></TD> </TR> <TR> <TD>Gender:</TD> <TD><inputtype= "Radio"ID= "Male"name= "Sex"checked= "Checked"><label for= "Male">Man</label><inputtype= "Radio"ID= "female"name= "Sex"><label for= "female">Woman</label></TD> </TR> <TR> <TD>Like color:</TD> <TD><inputtype= "checkbox">Red<inputtype= "checkbox">Green</TD> </TR> <TR> <TD>Hobby:</TD> <TD><Select> <option>--Please choose--</option> <option>Sing</option> <option>Dance</option> </Select></TD> </TR> <TR> <TD>Image upload:</TD> <TD><inputtype= "File"></TD> </TR> <TR> <TD>Self Introduction:</TD> <TD><textareaMaxleng= " the"cols= " the"rows= "3"></textarea></TD> </TR> <TR> <TDcolspan= "2"> <Tablewidth= "100%"Border= "0"cellspacing= "0"cellpadding= "0"> <TR> <TD><inputtype= "Reset"value= "Reset"></TD> <TD><inputtype= "Submit"value= "Submit"></TD> </TR></Table> </TR></Table></Body></HTML>
"Little Practice" task two hardening form exercises