注册

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>第一次注册表</title>
</head>
<body>
<h2>使用手机号码注册</h2>
<form action="" method="get">
<p>手机号码: <input type="text" name="fname" required></p>
<p>设置密码: <input type="password" name="lname" required></p>
<p>兴趣标签:
流行歌曲
<input type="checkbox" name="流行">
美声歌曲
<input type="checkbox" name="美声">
纯音乐
<input type="checkbox" name="纯音乐">
</p>
<input type="submit" value="注册" />
</form>
</body>
</html>
posted @ 2018-09-25 13:34  血色黎明  阅读(86)  评论(0编辑  收藏  举报