Forms of Exercise

Source: Internet
Author: User

<title> review making a form </title>
<meta http-equiv= "Content-type" content= "Text/html;charset=utf-8" >
<body>
<form name= "name1" method= "get" ><!--General method are selected post-->
<table border= "1" align= "center" rules= "all" bordercolor= "Grey" >
<caption bgcolor= "Black" > form element Example </caption>
<tr>
&LT;TD align= "Right" > User name:</td>
<!--the value of the Name property is its name and should be made at a glance, knowing what it means--
<td><input type= "text" name= "username" ></td>
&LT;TD align= "Right" > Job:</td>
<td>
<select name= "Zhiwei" id= "Zhiwei" >
<option value= "Assistant" > Assistant </option>
<option value= "Development Engineer" > Development Engineer </option>
<option value= "optimization Specialist" > Optimization specialist </option>
<option value= "Customer Service" > Customer service </option>
<option value= "Business Supervisor" > Business Supervisor </option>
</select>
</td>
</tr>
<tr>
&LT;TD align= "Right" > Password:</td>
<!--password input box, when users enter content into the box, they do not display specific content, but instead
<td><input type= "Password" name= "Userpwd" ></td>
&LT;TD align= "rignt" > Sex:</td>
<td>
<input type= "Radio" name= "Sex" value= "male"/> Male
<input type= "Radio" name= "Sex" value= "female"/> Female
</td>
</tr>
<tr>
&LT;TD align= "Right" > Job skills:</td>
&LT;TD colspan= "3" >
<input type= "checkbox" value= "Web Design" > Web Design
<input type= "checkbox" value= "website promotion" > website promotion
<input type= "checkbox" value= "System Development" > System development
<input type= "checkbox" value= "Database Maintenance" > Database Maintenance
<input type= "checkbox" value= "Performance Test" > Performance test
</td>
</tr>
<tr>
&LT;TD align= "Right" > expected to work in the city:</td>
&LT;TD colspan= "3" >
<input type= "checkbox" value= "Beijing" > Beijing
<input type= "checkbox" value= "Shanghai" > Shanghai
<input type= "checkbox" value= "Guangzhou" > Guangzhou
<input type= "checkbox" value= "Shenzhen" > Shenzhen
</td>
</tr>
<tr>
&LT;TD colspan= "4" >
<textarea name= "Gongzuojingyann" value= "..." cols= "rows=" ></textarea>
</td>
</tr>
<tr>
&LT;TD align= "Right" > Upload image:</td>
<td><input type= "File" ></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><input type= "button" value= "normal button" ></td>
<td><input type= "Submit" value= "Submission button" ></td>
<td><input type= "reset" value= "reset button" ></td>
</tr>
</table>
</form>
</body>

Forms of Exercise

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.