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

为什么没有出现Top部分?

<html>

<head>

<meta http-equiv="Content-Type"content="text/html;charset=utf-8"/>

<title>布局</title>

<style type="text/css">

 body{margin:0;padding:0}//清除默认样式

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

 .main{width:800px;height:300px;background:#ccc;margin:0 auto}

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

</style>

</head>

<body>

<div class="top"></div>

<div class="main"></div>

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

</body>

</html>


正在回答

3 回答

原因是你代码打错了,清除默认样式那里

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

//清除默认样式

注释格式弄错了,你试试这样/*清除默认样式*/

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

qq_我踹了你一脚并_03711706 提问者

嗯,又犯这么低级的错啦,呜~呜
2016-09-14 回复 有任何疑惑可以回复我~
<html>
<head>
<meta http-equiv="Content-Type"content="text/html;charset=utf-8"/>
<title>布局</title>
<style type="text/css">
body{margin: 0;padding: 0;}
 .top{height:100px;background: red;}
 .main{width:800px;height:300px;background:#ccc;margin:0 auto}
 .foot{width:800px;height:100px;background:#900;margin:0 auto}
</style>
</head>
<body>
<div class="top"></div>
<div class="main"></div>
<div class="foot"></div>
</body>
</html>

手打输入margin padding是没问题的

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

qq_我踹了你一脚并_03711706 提问者

大神就是厉害啊,原谅我菜鸟一个
2016-09-14 回复 有任何疑惑可以回复我~

举报

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

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

进入课程

为什么没有出现Top部分?

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