HTML form Application

Source: Internet
Author: User
Tags tidy

<!DOCTYPE HTML><HTML>  <Head>    <Metaname= "Generator"content= "HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />    <MetaCharSet= "Utf-8" />    <title>Form</title>  </Head>  <Body>    <H1>Member Registration</H1>    <!--which page the action goes to -    <formAction= "https://www.baidu.com/"name= "Form1"Target= "_blank">    <!--Disabled Not available -Not available<inputtype= "text"value= "Admin"Disabled= "Disabled" />    <BR/>Read Only:<inputtype= "text"value= "Admin"ReadOnly= "ReadOnly" />    <BR/>    <!--text box and Password box: value is the default value for the property -Name:<inputname= "username"type= "text"value= "Admin"size= " the" />    <BR/>Password:<inputname= "Password"type= "PSWD"value= "123"size= " the" />    <BR/>    <!--File Upload -Avatar:<inputtype= "File" />    <BR/>    <inputtype= "button"value= "OK" />    <BR/>    <!--gender radio, name value same -         <!--the input value "checked" is the default selection -Gender:<inputtype= "Radio"name= "Sex"checked= "Checked" />male<inputtype= "Radio"name= "Sex" />female<BR/>Language:<!--Click Radio to select the following text can also be selected method input id= "id", label for= "ID " -         <inputtype= "Radio"ID= "Chinese"name= "Language"checked= "Checked" />     <label for= "Chinese">Chinese</label>     <inputtype= "Radio"ID= "中文版"name= "Language" />     <label for= "中文版">English</label>    <BR/>Hobbies:<BR/>    <inputtype= "checkbox" />Basketball<inputtype= "checkbox" />Football<inputtype= "checkbox" />Table Tennis<inputtype= "checkbox" />Skipping Rope<BR/>    <BR/>    <BR/>Choose your education:<!--The property under Select multiple is not selectable when multiple option is disabled value -    <Selectname= "Education"multiple= "Mulpitle" >    <Optgrouplabel= "Education">      <optionvalue= "Master">Graduate</option>      <!--The default is undergraduate option after adding Selected= "selected" -      <optionvalue= "University"selected= "Selected">Undergraduate</option>      <optionvalue= "Institution">Specialist</option>      <optionvalue= "High-scool"Disabled= "Disabled">High school</option></Optgroup>    </Select>    <BR/>Personal Description:<BR/>    <!--cols is the length, rows is the height, that is, the number of rows -         <textareavalue=""cols= "Max"rows= "5">       <!--double label default value written between two labels -...</textarea>    <BR/>    <inputtype= "Submit"value= "Confirm Commit" />     <inputtype= "Reset"value= "Reset" />    <BR/></form>  </Body></HTML>

HTML form Application

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.