效果图:
完整代码:
<!DOCTYPE HTML>
<head>
<Meta charset="utf-8">
<Title>表单</Title>
<style type="text/CSS">
#content{
background-color:green;
border-radius:10px 10px;
text-align:center;
padding:5px;
/*margin:30px 400px;*/
wIDth:220px;
}
#head{
color:white;
height:30px;
}
#main{
padding:5px;
background-color:white;
border-radius:1px 1px 6px 6px;
}
#div1{
margin:10px;
}
input{
border-radius:3px 3px;
border:1px solID black;
height:20px;
}
</style>
</head>
<body>
<div ID="content">
<div ID="head"><h4>账号密码登录</h4></div>
<div ID="main">
<form>
<div ID="div1">
<input type="text"/><br/>
</div>
<div ID="div1">
<input type="password"/>
</div>
</form>
</div>
</div>
</body>
以上是内存溢出为你收集整理的Web前端技术:案例:表单1全部内容,希望文章能够帮你解决Web前端技术:案例:表单1所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)