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

请问这段代码出了什么问题

运行后一片白 没有显示  找不出错在哪里 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>

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

 <title>levier007</title> 

 <style type="text/css">

    body{margin:o;padding:o;width:700px}

    .left{width:200px;hight:800px;bgcolor:#060;float:left}

    .right{width:500px;hight:800px;bgcolor:#CC9;float:right}

    .top{width:200px;hight:400px;bgcolor:#066;float:top}

    .bottom{width:200px;hight:400px;bgcolor:#C00;float:bottom}

 </style>

 </head>

 <body>

   <div class="left">

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

    <div class="bottom"></div>

   </div>

   <div class=“right”></div>

 </body>

</html>


正在回答

3 回答

回复 慕粉15673711467:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html>
 
<head>
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 <title>levier007</title> 
 
 <style type="text/css">
 
    body{margin:0;padding:0;}
 
    .left{width:200px;height:800px;background:#060;float:left}
    .top{width:200px;height:400px;background:#066;float:top}
    .bottom{width:200px;height:400px;background:#C00;float:bottom}
  
 </style>
 
 </head>
 
 <body>
 
   <div class="left">
 
    <div class="top"> </div>
 
    <div class="bottom"></div>
 
   </div>
 
   <div class=“right” style="background:red;width:500px;height:800px;"></div>
 
 </body>
 
</html>
 可以的话就采纳吧...挣三分还真难!!!


0 回复 有任何疑惑可以回复我~
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>

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

 <title>levier007</title> 

 <style type="text/css">

    body{margin:0;padding:0;width:700px}

    .left{width:200px;height:800px;background:#060;float:left}

    .right{width:500px;height:800px;background:#CC9;float:right}

    .top{width:200px;height:400px;background:#066;float:top}

    .bottom{width:200px;height:400px;background:#C00;float:bottom}

 </style>

 </head>

 <body>

   <div class="left">

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

    <div class="bottom"></div>

   </div>

   <div class=“right”></div>

 </body>

</html>

你上面三个地方有错误.margin:o;padding:o; 是0 不是o.

hight:800px; 是height 不是hight.

bgcolor:#C00;是;background.

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

Levier007 提问者

恩恩 谢谢指点 自己之前没注意到 不过还有个问题想问你 我改过之后为什么<div class=“right”>不显示背景颜色?明明设置了的
2017-05-07 回复 有任何疑惑可以回复我~
#2

梁小鱼 回复 Levier007 提问者

注意中英文的引号是不一样的哦。
2017-05-16 回复 有任何疑惑可以回复我~

bgcolor应该是background,才会正常

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

Levier007 提问者

试过了 还是不行 我想实现的效果是左边 分上下两个快
2017-05-06 回复 有任何疑惑可以回复我~

举报

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

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

进入课程

请问这段代码出了什么问题

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