fieldset属性

来源:互联网 发布:windows修改键盘 编辑:程序博客网 时间:2024/05/22 05:20

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>one </title>
<style text="text/css">
#w {width:300px; height:100px; text-align:center; border-color:red blue green block; border-style; dashed}
</style>
</head>

<body>
<form  id="one" name="one" action="#" method="get">
<fieldset  id="w" align="center"><legend width="20px">请输入用户名和密码</legend>
<p > 用户名:<input type="text" id="username" name="username" maxlength="16" ><br/>
 密&nbsp;&nbsp码:<input type="password" id="psw" name="psw" maxlength="6"></p>
<p align="center"><input type="submit" id="tijiao"  name="tijiao" value="提交查询内容">
   <input type="reset" id="ret" name="rst" value="重置"></p></p>
</fieldset>
</form>

</body>
</html>

0 0
原创粉丝点击