html5 css3表单

<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
div{
margin:20px;
}
</style>
<script type="text/javascript"></script>
</HEAD>

<BODY>
	<form id="redemption" method="post">
		<hgroup>
			<h1>Oscar Redemption</h1>
			<h2>Here`s your chance to set the record straight:tell us what year the wrong film got nominated,and which film <b>should</b>have received a nod ...</h2>
		<hgroup>
		<fieldset>
		<legend>About the offending film (part 1 of 3)</legend>
		<div>
			<label for="film">The film in question?</label>
			<input id="film" name="film" type="text" placeholder="e.g.King Kong" required aria-required="true">
		</div>
		<div>
			<label for="search">Search the site...</label>
			<input id="search" name="search" type="search" placeholder="Wyat Earp" autofocus>
		</div>
		<div>
			<label for="tel">Thphone(so we berate you if you're wrong)</label>
			<input id="tel" name="tel" type="tel" placeholder="1-234-546758" autocomplete="off" required aria-required="true">
		</div>
		<div>
			<label for="awardWon">Award Won</label>
			<input id="awardWon" name="awardWon" type="text" list="awards">
			<datalist id="awards">
				<select>
					<option value="Best Picture1"></option>
					<option value="Best Picture2"></option>
					<option value="Best Picture3"></option>
					<option value="Best Picture4"></option>
				</select>
			</datalist>
		</div>
	</form>
</BODY>
</HTML>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值