<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>清新教育</title>
< ; style type="text/css">
*{margin:0;padding:0;}
.clearfix:after{content:""; clear : les deux ;
display : block;}
.clearfix{*zoom : 1;}
#wrapper{border: #000 solid 3px;
width : 500px;}
#header{height : 70px;
arrière-plan : #f90;}
#main{/* bordure : #f0f solide 2px ; */
marge : 10px 0;}
.content{largeur : 340px;
hauteur : 200px;
arrière-plan : #f90;
float : gauche;}
.sidebar{largeur : 150px;
hauteur : 200px;
arrière-plan : #f90;
float : droite ;}
#footer{hauteur : 50px;
arrière-plan : #f90;}
</style>
</head>
<body>
<div id="wrapper">
<div id="header">hedaer</div>
<div id="main" class=" clearfix">
<div class="content">content</div>
<div class="sidebar">sidebar</div>
</div>
<div id="footer">footer</div>
</div>
</body>
</html>