Blogger Information
Blog 2
fans 0
comment 0
visits 685
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1236546545
A禾呈文化~程
Original
332 people have browsed it

<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8">
<title>注册用户</title>
<style type="text/css">
body {
background: pink;
margin: 0;
color: black;
}
</style>

</head>
<body>
<form action="#" method="get">

<h3>注册用户</h3>
账号:<input type="text" name="" id="" value="" placeholder="请输入用户名" /> <br>
密码:<input type="password" name="" id="" value="" placeholder="请输入密码" /> <br>
邮箱:<input type="email" name="" id="" value="" placeholder="请输入邮箱" /> <br>
年龄:<select>
<fieldset id="">
<option value="">11</option>
<option value="">12</option>
<option value="">13</option>
<option value="">14</option>
<option value="">15</option>
<option value="">16</option>
<option value="">17</option>
<option value="">18</option>
</fieldset>
</select> <br>
生日:<input type="text" name="" id="" value="" placeholder="年/月/日" /> <br>
课程:<select>
<option value="">html5</option>
<option value="">css</option>
<option value="">js</option>
</select> <br>
爱好:<input type="checkbox" name="" id="" value="" />打游戏
<input type="checkbox" name="" id="" value="" />看电影
<input type="checkbox" name="" id="" value="" />撸代码 <br>
性别:<input type="radio" name="1" id="" value="" />男
<input type="radio" name="1" id="" value="" />女
<input type="radio" name="1" id="" value="" />保密 <br>
简介:<textarea rows="5" cols="30"></textarea> <br>
<button>提交</button>
<input type="reset" name="" id="" value="重置" />
</form>



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