找回密码
 立即注册

推荐阅读

  • 便民服务
  • 关注我们
  • 社区新手

html第一课作业,学生登记表

[复制链接]
<!DOCTYPE html>
<html>
        <head>
                <meta charset="UTF-8">
                <title>学生登记报名表</title>

        </head>
        <body>
                <form action="http://www.gz.duoceshi.cn"method="post" >
                <table border="1"  bgcolor="lightskyblue" cellpadding="5"
                         cellspacing="" width="600" height="8" >
                        <th colspan="2" height="60"><font size="5">学生登记报名表</font></th>
                        <tr>
                                <td>用户名</td>
                                <th>
                                <input type="text" id="" name="name" value="" align="center" />
                                </th>
                        </tr>
                        <tr>
                                <td>密码</td>
                                <th>
                                        <input type="password" id="" name="usepwd" value="" />
                                </th>
                        </tr>
                        <tr>
                                <td>密码确认</td>
                                <th>
                                        <input type="password" id="" name="usepwd" value="" />
                                </th>
                        </tr>
                        <tr>
                                <td>性别</td>
                                <td>
                                        <input type="radio" id="" name="sex" value="" checked="checked" />男
                                        <input type="radio" id="" name="sex" value=""  />女
                                </td>
                               
                        </tr>
                        <tr>
                                <td>选择科目</td>
                                <td>
                                        <input type="checkbox" id=""  value="" />html
                                        <input type="checkbox" id=""  value=""  />python
                                        <input type="checkbox" id=""  value=""  />linux
                                        <input type="checkbox" id=""  value=""  />mysql
                                </td>
                               
                        </tr>
                        <tr>
                                <td>选择学校</td>
                                <td>
                                        <select>
                                                <option id="" value="">选择就读的学校</option>
                                                <option id="" value="">选清华大学</option>
                                                <option id="" value="">北京大学</option>
                                                <option id="" value="">南开大学</option>
                                                <option id="" value="">复旦大学</option>
                                        </select>
                                </td>
                                </tr>
                                <tr>
                                        <td>选择文件</td>
                                        <td>  
                                                <input id="" type="file" />
                                        </td>
                                        </tr>
                        <tr>
                                <th colspan="3">
                                        <input type="reset" name="" id="" value="重置" />
                                        &nbsp;
                                        &nbsp;
                                <input type="submit" name="" id="" value="提交" />
                                       
                                </th>
                               
                        </tr>
                </table>
                </form>
        </body>
</html>


分享至 : QQ空间
收藏

0 个回复

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