<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title style="text-align:center">课程表</title>
</head>
<body>
<table border="0" cellpadding="10" width="100%">
<tr>
<th style="text-align: left;">姓名</th>
<th style="text-align: left;"><input type="text" name="name" value=""></th>
</tr>
<tr>
<th style="text-align: left;">密码(10位以内)</th>
<th style="text-align: left;"><input type="text" name="passwd" value=""></th>
</tr>
<tr>
<th style="text-align: left;">确认密码</th>
<th style="text-align: left;"><input type="text" name="passwds" value=""></th>
</tr>
<tr>
<th style="text-align: left;">性别</th>
<th style="text-align: left;"><input type="radio" name="nv">男<input type="radio" name="nv">女</th>
</tr>
<tr>
<th style="text-align: left;">出生日期</th>
<th style="text-align: left;"><input style="width: 30px;height:15px" type="text" name="passwd"
value="">年<input style="width: 30px;height:15px" type="text" name="passwd" value="">月<input
style="width: 30px;height:15px" type="text" name="passwd" value="">日</th>
</tr>
</tr>
<tr>
<th style="text-align: left;">所在系</th>
<th style="text-align: left;"><select name="cars">
<option value="volvo">计算机</option>
</th>
</tr>
<tr>
<th style="text-align: left;">专业</th>
<th style="text-align: left;"><select name="cars">
<option value="volvo">电子商务</option>
</th>
</tr>
<tr>
<th style="text-align: left;">上传个人照片</th>
<th style="text-align: left;"><input type="text" name="polotor" value=""><button type="button">浏览...</button>
</th>
</tr>
<tr>
<th style="text-align: left;">个人商务</th>
<th style="text-align: left;"><textarea name="description" cols="20">
</textarea></th>
</tr>
<tr>
<th style="text-align: left;">个人爱好</th>
<th colspan="2" style="align: center;">
<input type="checkbox" value="nv">唱歌
<input type="checkbox" value="nv">跳舞
<input type="checkbox" value="nv">读书
<input type="checkbox" value="nv">交友
<input type="checkbox" value="nv">书法
<input type="checkbox" value="nv">上网
<input type="checkbox" value="nv">旅游
<input type="checkbox" value="nv">聊天
</th>
</tr>
<table border="0" align="center">
<tr>
<td colspan="2" style="align: center;">
<input type="submit" value="提交">
<input type="reset" value="重置">
</td>
</tr>
</table>
</table>
</body>
</html>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!