Web前端技术:案例:表单1

Web前端技术:案例:表单1,第1张

概述效果图: 完整代码:   <!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

效果图:

完整代码:

 

<!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所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1057755.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存