2022-07-09 第八组 于凤琳
<body>
<form>
<table border="1" cellspacing="0" cellpadding="10" align="center">
<tr>
<td>用户名 : </td>
<td><input type="text"></td>
</tr>
<tr>
<td> 密码:</td>
<td> <input type="password" placeholder="请输入密码.."></td>
</tr>
<tr>
<td>姓名:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>性别:</td>
<td><input type="radio" name="gender" checked>男 <input type="radio" name="gender">女</td>
</tr>
<tr>
<td>家庭住址:</td>
<td><select>
<option>吉林省</option>
<option>辽宁省</option>
</select>
</td>
</tr>
<tr>
<td>爱好:</td>
<td>
<input type="checkbox">游泳
<input type="checkbox">唱歌
</td>
</tr>
<tr>
<td>上传文件:</td>
<td><input type="file" placeholder="请上传文件"></td>
</tr>
<tr>
<td>生日:</td>
<td><input type="date"></td>
</tr>
<tr>
<td colspan="2"><input type="reset" value="重置"> <input type="submit" value="提交"></td>
</tr>
</table>


浙公网安备 33010602011771号