用div写一个表格作业,大大们帮帮忙啊
<tablewidth="800"height="600"border="1"><tr><tdwidth="800"height="60"bgcolor="red"col...
<table width="800" height="600" border="1">
<tr><td width="800" height="60" bgcolor="red" colspan="2"></td></tr>
<tr><td width="200" height="440" bgcolor="blue"></td>
<td width="600" height="440"></tr>
<tr><td width="800" height="100" bgcolor="yellow" colspan="2"></td></tr>
把上面这段用DIV写出来 怎么写啊? 展开
<tr><td width="800" height="60" bgcolor="red" colspan="2"></td></tr>
<tr><td width="200" height="440" bgcolor="blue"></td>
<td width="600" height="440"></tr>
<tr><td width="800" height="100" bgcolor="yellow" colspan="2"></td></tr>
把上面这段用DIV写出来 怎么写啊? 展开
2个回答
展开全部
<div style="width:802px;height:600px;border:1px solid #555;">
<div style="float:left;clear:both;width:800px;height:60px;background:red;">
</div>
<div style="flaot:left;width:800px;height:440px;backgroun:blue;">
<div style="width:200px;height:440px;flaot:left;"></div>
<div style="width:600px;height:440px;float:left;background:#fff;"></div>
</div>
<div style="float:left;clear:both;width:800px;height:100px;background:yellow;">
</div>
</div>
OK了 有什么问题可以百度HI找我聊聊
<div style="float:left;clear:both;width:800px;height:60px;background:red;">
</div>
<div style="flaot:left;width:800px;height:440px;backgroun:blue;">
<div style="width:200px;height:440px;flaot:left;"></div>
<div style="width:600px;height:440px;float:left;background:#fff;"></div>
</div>
<div style="float:left;clear:both;width:800px;height:100px;background:yellow;">
</div>
</div>
OK了 有什么问题可以百度HI找我聊聊
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
<div style="width:800px; height:600px; border:1px solid #ccc;">
<div style="width:100%; height:60px; background:#f00;"></div>
<div style="width:200px; height:440px; background-color:blue; float:left; margin-right:-3px;"></div>
<div style="width:600px; height:440px; float:right;"></div>
<div style="width:100%; height:100px; background:yellow; clear:both;"></div>
</div>
这样也可以,你哪个用的顺手用哪个。建议你把样式写在css文件里,别再行内用样式。
<div style="width:100%; height:60px; background:#f00;"></div>
<div style="width:200px; height:440px; background-color:blue; float:left; margin-right:-3px;"></div>
<div style="width:600px; height:440px; float:right;"></div>
<div style="width:100%; height:100px; background:yellow; clear:both;"></div>
</div>
这样也可以,你哪个用的顺手用哪个。建议你把样式写在css文件里,别再行内用样式。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询