码迷,mamicode.com
首页 > Web开发 > 详细

用html写的网页申请

时间:2014-05-25 22:02:49      阅读:328      评论:0      收藏:0      [点我收藏+]

标签:c   tar   ext   a   int   html   

<html>
  <body>
        <form action="liushishi.jsp" method="post"
        <table border= "1" align= "center">
        <caption>用户注册 </caption>
        <tr>
           <td>用户名: </td>
           <td> <input type="textfield" name="username"> </td>
        </tr>
        <tr>
           <td>密码: </td>
           <td> <input type="password" name="password"> </td>
        </tr>
        <tr>
           <br>
           <td>性别: </td>
           <td>
              <!--定义男性选择框-->
              男<input type="radio" name="gender" value="male"
              <!--定义女性选择框-->
              女<input type="radio" name="gender" value="male"
            </br>  
        </tr>
        <!--定义爱好选择框,可多选-->  
        <tr>
           <br>
           <td>爱好: </td>
           <!--定义乒乓球选择框-->
           乒乓球<input type="checkbox" name="hobby"
                   value="pingpang">,
           <!--定义足球选择框-->
           足球<input type="checkbox" name="hobby"
                   value="football">,
            <!--定义篮球选择框-->
            篮球<input type="checkbox" name="hobby"
                   value="basketball">
            </br>       
        </tr>
        <tr>
           <br>
           <td>个人介绍:</td>
           <td><input type="textarea" name="inturoduction" size="20"></td>
           </br>
        </tr>
        <tr>
           <br>
           <td colspan="2"alig="center">
               <input type="submit" value="提交">
               <input type="reset" value="重置">
            <br>
            </td>
        </tr>
     </table>
    </form>
  </body>
 </html>
 
           
                   
       

用html写的网页申请,布布扣,bubuko.com

用html写的网页申请

标签:c   tar   ext   a   int   html   

原文地址:http://www.cnblogs.com/liuyu2014/p/3751254.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!