德怀特霍华德HTML5系列代码:submit样式的表单该⽅法提交表单的⽅式与⽤户单击 Submit 按钮⼀样,但是表单的 onsubmit 事件句柄不会被调⽤。国开学习网
<html>
<head>
<title>submit样式的表单</title>
<style>
body { font:100%微软雅⿊;
}
#leftblock{position:absolute;
width:100px;
font:120%微软雅⿊;
鸡蛋浮起来的实验作文
text-align:right;
}
#rightblock {position:absolute;
width:300px;
left:120px;
padding:5px;
border:2px dotted ;
text-align:left;
}
input {font:50%微软雅⿊;
}
h1 {font:80%微软雅⿊;
margin:5;}
</style>
</head>美国大学学费
<body>
为了你泰剧<div id="leftblock">注册信息:</div>
<div id="rightblock">
十八大心得<form action="6-1 计算矩形的⾯积.html" method="post">
<input name="onechoice" type="radio" value="one" checked="checked">使⽤邮箱
注册
<h1>您可以通过⾃⼰习惯的邮箱来作为账号登陆⽹站</h1>
<input name="onechoice" type="radio" value="two">通过⼿机注册
<h1>您可以通过⼿机免费获得我们的账号</h1>
<input name="onechoice" type="radio" value="three">申请我的ID号码
<h1>您可以通过⽹站直接申请账号</h1>
来姨妈可以吃什么<br>
家书范文<input type="submit" value=" 确定 ">
</form>
</div>
</body>
</html>