html网站设计,html是一个网页设计软件
html网站设计,html是一个网页设计软件详细介绍
#container{
width:1002px;
background-color:gray;
}
#header{
height:120px;
background-color:_quamarine;
}
#main{
height:600px;
background:_arkgoldenrod;
}
#footer{
height:120px;
background:_ellowgreen;
}
#main-left{
float:_eft;
background:_ellow;
width:700px;
height:100%;
}
#main-right{
float:_ight;
background:_ink;
width:302px;
height:100%;
}
最简单的网页