<html>
<head><title>Assignment 6 i</title>
<style type="text/css">
#main{
width:1000px;
}
#header{
height:70px;
background-color:#000066;
}
#banner{
height:120px;
background-color:#9999ff;
}
#menu{
height:40px;
background-color:#330066;
}
#detail{
float:left;
height:300px;
width:700px;
background-color:#6699cc;
}
#navigator{
float:left;
height:300px;
width:300px;
background-color:#006699;
}
#footer{
height:40px;
background-color:#003366;
}
</style>
</head>
<body topmargin="0" leftmargin="0" >
<div id="main" >
<div id="header" >Header </div>
<div id="banner" >banner </div>
<div id="Menu" >Menus </div>
<div id="detail" >detail </div>
<div id="navigator" >Navigation </div>
<div id="footer" >footer </div>
</div>
</body>
</html>
إرسال تعليق