<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
/*
盒子模型: 盒子模型就是把一个html边框比作成了一个盒子的边框,盒子模型要做用于操作数据与边框之间的距离或者 是边框与边框之间的距离。 盒子模型主要是用于操作内边距(padding)与外边距(margin) */
div{
border-style:solid;
width:100px;
height:100px;
/* 内边距 */
padding-left:10px;
padding-top:20px;
}
.one{
margin-bottom:30px;
} .two{
margin-left:700px;
} </style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<div class="one">
这个是一个div
</div> <div class="two">
这个是二个div
</div>
</body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
.outer{
border-style:solid;
width:370px;
height:200px;
margin-top:250px;
margin-left:420px;
background-image:url(../1.jpg);
background-repeat:no-repeat;
background-position:center;
} .userName{
margin-top:60px;
margin-left:80px;
} .password{
margin-left:80px;
margin-top:20px;
} input{
border-color:#000;
border-width:3px;
} #button{
margin-left:120px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<div class="outer" >
<div class="userName">
用户名 <input type="text"/>
</div>
<div class="password">
密&nbsp;&nbsp;码 <input type="password"/>
</div>
<input id="button" type="submit" value="登陆"/>
</div> </body>
</html>

最新文章

  1. AngularJS动画
  2. C#解决验证码问题
  3. VS2010编译Qt4.8.2的64版本库
  4. SharpDX之Direct2D教程II——加载位图文件和保存位图文件
  5. RPC介绍
  6. 02-自定义CALayer
  7. android的布局管理器
  8. Apache环境.htaccess伪静态301跳转(www与不带www)
  9. How Tomcat Works(十三)
  10. 转: 跨终端Web之Hybrid App
  11. Cocos2D-X v3.0 alpha1环境搭建
  12. 使用Keil软件编写汇编源程序应注意事项
  13. 关于负数的isdigit()判断
  14. 在Installshield的安装进度中显示自己设置的信息
  15. 自定义组件-BreadcrumbTreeView 的使用
  16. trs.getElementsByTagName is not a function 出现原因及解决办法
  17. EM vs REM vs PX,为什么你不应该”只用px“”
  18. int 和 Integer
  19. 动态SQL1
  20. Android ProgressDialog 简单实用

热门文章

  1. js数组的所有方法
  2. imx6 yocto移植 环境搭建
  3. mybatis-04【小结】
  4. 十三,k8s集群web端管理工具dashboard部署
  5. linux基础—课堂随笔010_系统启动和内核管理
  6. 第一天Beta冲刺
  7. 从零开始实现一个简易的Java MVC框架(三)--实现IOC
  8. loj2718 「NOI2018」归程[Kruskal重构树+最短路]
  9. BZOJ2144 跳跳棋[建模+LCA]
  10. nginx静态资源服务