Blogger Information
Blog 46
fans 3
comment 1
visits 33430
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.19作业
吃不起土的少年的博客
Original
679 people have browsed it
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Blibili大会员用户调查表</title>
</head>
<body>
<form action="login.php" method="post">
<table border="0" cellpadding="12" width="600" bgcolor="powderblue">
<caption><h2>BiliBili大会员用户调查表</h2></caption>
<tr><td colspan="2"><hr></td></tr>
<tr>
<td colspan="2"><input type="text" id="email" name="email" placeholder="您的手机号/邮箱" size="40">
</td>
</tr>

<tr>
<td colspan="2"><input type="password" id="password" name="password" placeholder="密码" size="40"></td>
</tr>
<tr>
<td colspan="2"> 
<input type="submit" name="submit" value="登录" >
&nbsp&nbsp<a href="">立即注册</a>
</td>
</tr>

<tr>
<td colspan="2"><input type="checkbox" ><small>记住我<samll>&nbsp&nbsp&nbsp<span><small>不要在非本人电脑上勾选此项<small></span>
&nbsp&nbsp&nbsp<a href="">忘记密码?</a></td>
</tr>
<tr>
<td>性别:</td>
<td>
<input type="radio" name="sex" value="male">男
<input type="radio" name="sex" value="female">女
<input type="radio" name="sex" value="unknown" checked="">保密
</td>
</tr>
<tr>
<td>级别</td>
<td>
<select name="level" id="">
<option value="1">偶尔看</option>
<option value="2">轻度爱好者</option>
<option value="3">重度沉迷</option>
<option value="4">终极动漫宅</option>
</select></td>
</tr>

<tr>
<td>喜欢的动漫类型</td>
<td><input type="checkbox" name="hobby[]" value="1">热血
<input type="checkbox" name="hobby[]" value="2">治愈
<input type="checkbox" name="hobby[]" value="3">搞笑
<input type="checkbox" name="hobby[]" value="4">惊悚
<input type="checkbox" name="hobby[]" value="5">科幻
<input type="checkbox" name="hobby[]" value="6">恋爱
</td>
</tr>

<tr >
<td>最爱的动漫图片</td>
<td>
<input type="file" name="photo" accept="images/*"></td>
</tr>

<tr>
<td><label for="advise">给bilibili的建议/意见</label>
</td>
<td><textarea name="advise" id="advise " cols="30" rows="10" style="resize: none;"></textarea></td>
</tr>
<tr>
<td colspan="2">
<hr>
<input type="submit" name="submit" value="提交">&nbsp <input type="reset" name="reset" value="重置"></td>
</tr>

</table>
</form>


</body>
</html>

1.jpg2.jpg3.jpg

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!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post