1 <!DOCTYPE HTML>2 <HTML>3 <Head>4 <MetaCharSet= "Utf-8">5 <title></title>6 </Head>7 <Body>8 <formAction= "Http://www.miaov.com"> "Post-submission website"9 <P>Ten <label for= "user_name">User name:</label> label is labeled One <inputtype= "text"name= "user_name"value=""ID= "user_name"Disabled= "Disabled" /> "disabled=" disabled when the name can not be modified " A </P> - <P> - <label for= "PW">Password:</label> the <inputtype= "Password"name= "Password"value=""ID= "PW" /> - </P> - <P> - <label for="">Gender:</label> + <inputtype= "Radio"name= "Sex"value= "Men"checked= "Checked" />male "checked=" checked "This sentence is must choose the meaning, automatically tick " - <inputtype= "Radio"name= "Sex"value= "Women" />female + </P> A <P> at <label for="">Interest:</label> - <inputtype= "checkbox"name= "Xingqu"value= "Chi"checked= "Checked" />Eat - <inputtype= "checkbox"name= "Xingqu"value= "Shuijiao" />Sleep - <inputtype= "checkbox"name= "Xingqu"value= "Dadoudou" />hit the peas . - </P> - <P> in <inputtype= "Submit" /> - <inputtype= "Reset" /> to </P> + </form> - </Body> the </HTML>
Form submissions, and callouts.