为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我代码弄出来的布局和老师不一样?

<html>

<head>

<title>布局</title>

<style type="text/css">

body{margin:0;padding:0}

.top{height:100px;background:blue}

.head{height:100px;wideth:800px;background:#ddd;margin:0 auto}

.main{width:800px;height:600px;background:#900;margin:0 auto}

.left{width:200px;height:600px;background:#ccc;float:left}

.right{width:600px;height:600px;;background:#ddd;float:left}

.sub_l{width:400px;height:600px;background:green;float:left}

.sub_r{width:200px;height:600px;background:#ccc;float:right}

.foot{width:800px;height:100px;background:blue;margin:0 auto}

</style>

</head>


<body>

<div class="top">

<div class="head"></div>

</div>

<div class="main">

<div class="left"></div>

<div class="right">

<div class="sub_l"></div>

<div class="sub_r"></div>

</div>

<div class="foot"></div>


</body>

</html>


正在回答

2 回答

<div class="main">少了一个</div>

0 回复 有任何疑惑可以回复我~
#1

图像789 提问者

非常感谢!
2016-03-16 回复 有任何疑惑可以回复我~

<div class="main">

<div class="left"></div>

<div class="right">

<div class="sub_l"></div>

<div class="sub_r"></div>

</div>

少了一个</div>,元素没有结束

1 回复 有任何疑惑可以回复我~
#1

图像789 提问者

感谢!!
2016-03-16 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
如何用CSS进行网页布局
  • 参与学习       209624    人
  • 解答问题       1153    个

用最简洁的案例教你布局的那些知识,这是前端工程师基本技能

进入课程

为什么我代码弄出来的布局和老师不一样?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信