Blogger Information
Blog 34
fans 0
comment 0
visits 28435
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
表单处理
1A7498的博客
Original
825 people have browsed it
<!DOCTYPE html>
<html>

	<head>
		<meta charset="UTF-8">
		<title>319</title>
	</head>

	<body>
		<form action="" method="post">
			<table border="0" cellspacing="0" cellpadding="8" align="center" width="400" bgcolor="#286090">
				<caption>
					<h2>用户注册</h2></caption>
				<tr>
					<td colspan="2">
						<hr>
					</td>
				</tr>
				<tr>
					<td align="right"><label for="email">邮箱:</label></td>
					<td align="left">
						<input name="email" type="text" id="email" placeholder="example@php.cn" size="30"></input>
					</td>
				</tr>
				<tr>
					<td align="right"><label for="password">密码:</label></td>
					<td align="left"><input name="password" type="text" id="password" placeholder="字母加数字不少于8位" size="30"></input>
					</td>
				</tr>
				<tr>
					<td align="right"><label for="email">性别:</label></td>
					<td align="left">
						<input name="sex" type="radio" value="male">男</input>
						<input name="sex" type="radio" value="female">女</input>
						<input name="sex" type="radio" value="secret" checked="">保密</input>
					</td>
				</tr>
				<tr>
					<td align="right"><label for="email">兴趣:</label></td>
					<td align="left">
						<input name="hobby" type="checkbox" value="html">html</input>
						<input name="hobby" type="checkbox" value="css">css</input>
						<input name="hobby" type="checkbox" value="js">js</input>
						<input name="hobby" type="checkbox" value="php" checked="">php</input>
					</td>
				</tr>
				<tr>
					<td align="right"><label for="email">级别:</label></td>
					<td align="left">
						<select style="width: 80px;">
							<option value="入门">入门</option>
							<option value="初级">初级</option>
							<option value="中极">中极</option>
							<option value="高级">高级</option>
						</select>
					</td>
				</tr>
				<tr>
					<td align="right"><label for="头像">头像:</label></td>
					<td align="left">
						<input name="file" type="file" id="file" ></input>
					</td>
				</tr>
				<tr>
					<td align="right"><label for="留言">留言:</label></td>
					<td align="left">
						<textarea placeholder="文明上网,理性发言"></textarea>
					</td>
				</tr>
			</table>
		</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
  • 2018-03-16 11:39:01