HTML 基础小知识点

 今日学习:

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
	</head>
	<body>
		<form acyion="" method="" name="">
			文本框
			<input type="text">
			<br>   
			密码框
			<input type="password">
			<br>
			数字
			<input  type="number">
			<br>
			日期
			<input type="date">
			<br>
			<hr>
			单选
			<input type="radio" checked name="is marry">未婚
			<input type="radio" name="is marry">已婚
			<br>
			复选
			<input type="checkbox" >跑步
			<input type="checkbox" >睡觉
			<input type="checkbox" >玩游戏
			<hr>
			<br>
			提交与重置按钮
			<br>
			<input type="reset" value="提交">
			<br>
			<input type="reset" value="重置">
			<br>
			<button>按钮</button>
			<hr>
			文件
			<input type="file">
			<br>
			<input type="hidden" value="银行卡密码">
			<hr>
			<br>
			姓名:
			<input type ="text">
			<br>
			<label for="name2">姓名2:</label>
			<input type="text"id="name2">
			<br>
			<label>姓名3:
			<input type="text">
			</label>
			<hr>
			文本域
			<textarea name=""id=""cols="50" rows="5"></textarea>	
			<hr>
			<label>下拉
			<select name=" " id=">">
			  <option value="">香蕉</option>
		</form>
	</body>
</html>

结果是:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值