找回密码
 立即注册

推荐阅读

  • 便民服务
  • 关注我们
  • 社区新手
<!DOCTYPE html>
<html>
        <head>
                <meta charset="UTF-8">
                <title></title>
        </head>
        <body>
        <form action="" method="post">
               
                <input type="submit" value=""/>
       
        <table border="1" cellspacing="1" cellpadding="" width="600px"  height="100px" bgcolor="red">
                <tr>
                        <th colspan="2">学生登记报名表  </th>
                </tr>
                <tr>
                        <td>用户名</td>
                        <td align="center"><p><input type="text" name="" id="" value="" /></p></td>
                </tr>
                <tr>
                        <td>密码</td>
                        <td align="center"><p><input type="password" name="" id="" value="" /></p></td>
                </tr>
                <tr>
                        <td>密码确认</td>
                        <td align="center"><p><input type="password" name="" id="" value="" /></p></td>
                </tr>
                <tr>
                        <td>性别</td>
                        <td>
                                <p><input type="radio" name="sex" id="" value="" />男<input type="radio" name="sex" id="" value="" />女</p>
                       
                        </td>                       
                </tr>
                <tr>
                        <td>选择科目</td>
                        <td>
                                <input type="checkbox" name="" id="" value="" />html
                                <input type="checkbox" name="" id="" value="" />python
                                <input type="checkbox" name="" id="" value="" />linux
                                <input type="checkbox" name="" id="" value="" />mysql
                        </td>
                </tr>
                <tr>
                        <td>选择学校</td>
                        <td>
                                <p>
                                        <select name="">
                                <option value="">选择就读的学校</option>
                                <option value="">北京大学</option>
                                <option value="">清华大学</option>
                                <option value="">复旦大学</option>
                                <option value="">多测师大学</option>
                        </select>
                                </p>
                        </td>
                </tr>
                <tr>
                        <td>选择文件</td>
                        <td><input type="file" name="" id="" value="" /></td>
                </tr>
                <tr>
                        <td colspan="2" align="center">
                            <input type="reset" value="重置"/>
                            <input type="submit" value="提交" />
                        </td>
                </tr>
        </table>
        </form>
        </body>
</html>


分享至 : QQ空间
收藏

0 个回复

您需要登录后才可以回帖 登录 | 立即注册