表单各种元素

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body>
	<input type="text" maxlength="10" value="123456789101111" readonly/>
	姓名;<input type="text" name="username" value="mary" maxlength="6" />
	密码:<input type="password" name="pwd" />
	<input type="radio"/ checked>
	<input type="checkbox"/ checked>
	<br/>
	性别:
	<input type="radio" name="sex" value="0" />男
	<input type="radio" name="sex" value="1" />女
	<input type="radio" name="sex" value="2" checked="checked" />保密
	<br/>
	喜欢的城市:
	<input type="checkbox" name="cities" value="1" />北京
	<input type="checkbox" name="cities" value="2" />厦门
	<input type="checkbox" name="cities" value="3" />敦煌
	<input type="checkbox" name="cities" value="4" checked="checked">杭州
	<br/>
	<input type="submit">
	<input type="reset">
	<input type="button">
	<input type="hidden">
	<input type="file">
	<br/>
	<input type="checkbox" name="chkHid" id="chkHid" />
	<label for="chkHid">不要公开我的信息</label><br/>
	<select name="" id="">
		<option value="1">Java</option>
		<option value="2">C++</option>
		<option value="3">PHP</option>
	</select>
	<select name="" id="" size="4">
		<option value="1">Java</option>
		<option value="2">C++</option>
		<option value="3">PHP</option>
	</select>
	<br/>
	<textarea name="txtInfo" id="" cols="30" rows="10"></textarea>
	<br/>
	<!-- 为控件分组 -->
	<fieldset>
		<legend>地址信息</legend>
		地址:<input type="text" /><br/>
		邮编:<input type="text" name="">
	</fieldset>
	<br/>
	浮动框架<iframe src="35.html"></iframe>
	<br/>
	<form action="">
		<input type="email" />
		<input type="submit">
	</form>
	<form action="">
		<input type="search" />
		<input type="submit">
	</form>
	<form action="">
		<input type="url" />
		<input type="submit" />
	</form>
	<input type="tel" />
	<input type="number" min="3" max="100" step="3">
	<input type="range" min="10" max="1000" value="50" />
	<br/>
	<input type="color" /><br/>
	<input type="date" /><br/>
	<input type="week" /><br/>
	<input type="month" />
</body>
</html>

效果图:



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值