问题详情

(写出下列网页布局)写出相应的css代码


时间:2022-04-02 17:41 关键词: 佳木斯职业学院继续教育学院 物联网应用技术 高起专 网页与网站设计 期末考试

答案解析

#top {<br/>background-color:#093;<br/>height: 50px;<br/>}<br/>#footer {<br/>background-color:#F30;<br/>height: 50px;<br/>clear:both;<br/>}<br/>#left {<br/>background-color:#FF0;<br/>height:400px;<br/>width: 200px;<br/>float:left;<br/>}<br/>#right{<br/>background-color:#06F;<br/>height: 400px;<br/>width: 400px;<br/>float:left;<br/>}<br/>#main {<br/>background-color:#B7B7B7;<br/>width: 600px;<br/>border: 1px solid #666;<br/>margin-right: auto;<br/>}