首页 > Web开发 > 详细

web 9.4

时间:2021-09-05 16:50:07      阅读:36      评论:0      收藏:0      [点我收藏+]

表单

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>  Test03  </title>
	</head>
	<body>
		<body background="https://w.wallhaven.cc/full/g7/wallhaven-g75r7d.jpg">
		<h1 align="center">表单</h1>
		<hr>
		<!-- <form action="#" align="center"method="get"> 返回信息不隐藏 -->
			<form action="#" align="center"method="post">
			用户名:<input type="text" name="username" id="" value=""/> </br>
			密&nbsp;&nbsp;&nbsp;码:<input type="password" name="psd" id="" value=""/></br>
			性&nbsp;&nbsp;别:
			<input type="radio" name="gender"> man
			<input type="radio" name="gender"> women
			<br>爱好:
			<input type="checkbox" name="hobby">lol
			<input type="checkbox" name="hobby">wg
			<br>
			<input type="file">
			<input type="color" />
			<br>
			<input type="date" />
			<input type="datetime-local" />
			<br>
			住址:<select>
				<option>北京</option>
				<option>上海</option>
				<option>广州</option>
				<option>深圳</option>
			</select>
			<br >     <br >
			<textarea rows="10"cols="50"></textarea>
			<br >     <br >
			<br>
			<!-- <input type="button" value="普通按钮"/> 不常使用 -->
			<input type="submit" />
			<input type="reset" />
			</form>
		</hr>
	</body>
</html>

web 9.4

原文:https://www.cnblogs.com/DBR-/p/15225818.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!