HTML-Written Web application

Source: Internet
Author: User

<body>
<form action= "liushishi.jsp" method= "POST"
<table border= "1" align= "Center" >
<caption> User Registration </caption>
<tr>
<td> User name: </td>
<td> <input type= "TextField" name= "username" > </td>
</tr>
<tr>
<td> Password: </td>
<td> <input type= "password" name= "password" > </td>
</tr>
<tr>
<br>
<td> Sex: </td>
<td>
<!--define male selection box--
Male <input type= "Radio" name= "Gender" value= "male"
<!--define a female selection box--
Female <input type= "Radio" name= "Gender" value= "male"
</br>
</tr>
<!--define hobby selection box, can be selected--
<tr>
<br>
<td> Hobbies: </td>
<!--define table Tennis selection box--
Table tennis <input type= "checkbox" name= "hobby"
Value= "Pingpang";
<!--define football selection box--
Football <input type= "checkbox" name= "hobby"
Value= "Football";
<!--define basketball selection box--
Basketball <input type= "checkbox" name= "hobby"
Value= "Basketball" >
</br>
</tr>
<tr>
<br>
<td> Personal Introduction:</td>
<td><input type= "textarea" name= "inturoduction" size= "></td>"
</br>
</tr>
<tr>
<br>
&LT;TD colspan= "2" alig= "Center" >
<input type= "Submit" value= "Submission" >
<input type= "reset" value= "reset" >
<br>
</td>
</tr>
</table>
</form>
</body>



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.