You are on page 1of 2

<html> <head> <title>123</title> <syte css="text/css"> /* style css*/ * { margin:0px; padding:0px; } body { width:auto; height:auto; background:white; float:left; } #All

{ width:900px; height:auto; } #Banner { width:900px; height:300px; background:yellow; foat:left; } #Menu { width:900px; height:100px; background:red; float:left; } #Main { width:900px; height:500px; float:left; } #Left { width:300px; height:500px; float:left; background:green; } #Right { width:600px; height:500px; background:pink; float:left; } #Footer { width: }

ul li list style

</style> </head> </html>

You might also like