找回密码
 立即注册

推荐阅读

  • 便民服务
  • 关注我们
  • 社区新手
<!DOCTYPE html>
<html>
        <head>
                <meta charset="UTF-8">
                <title></title>
                <style type ="text/css" >
                        table{
                                background: yellow;
                                font-weight: bold;
                        }
                </style>
        </head>
        <body>
                <form action="http:www.baidu.com" method="post">
                <table border="1" cellpadding="30"
                        cellspacing="0" align="center">
                <tr>
                        <th colspan="3" align="center">学生登记报名表</th>
                </tr>
                <tr>
                        <td>用户名</td>
                        <td><input type="text" id="username" name="" value=""  /></td>
                </tr>
                <tr>
                        <td>密码</td>
                        <td><input type="password"  id="password" value="" /></td>
                </tr>
                <tr>
                        <td>密码确认</td>
                        <td><input type="password"  id="password" value="" />
                        </td>
                </tr>
                <tr>
                        <td>性别</td>
                        <td>
                                <input type="radio" name="sex"  checked=""/>男
                            <input type="radio" name="sex"  />女
                        </td>
                </tr>
                <tr>
                        <td>选择科目</td>
                        <td>
                                <input type="checkbox" id="" />html
                                <input type="checkbox" id="" />python
                                <input type="checkbox" id="" />linux
                                <input type="checkbox" id="" />mysql
                        </td>
                </tr>
                <tr>
                        <td>选择就读的学校</td>
                        <td>
                                <select id="">
                                <option value="">请选择你要就读的学校</option>
                                <option value="">清华</option>
                                <option value="">蓝翔</option>
                                <option value="">北大</option>
                                </select>
                        </td>
                </tr>
                <tr>
                        <td>选择文件</td>
                        <td><input type="file" id="" /></td>
                </tr>
               
                <th colspan="3" align="center">
                        <input type="submit" value="登录"  />
                        <input type="reset"  value="重置"  />
                </th>
                </table>
                </form>
        </body>
</html>
分享至 : QQ空间
收藏

0 个回复

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