<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>期中作业</title>
<link href="my.css" rel="stylesheet" type="text/css" />
</head>
<div id="top">"top"</div>
<div id="left">"left"</div>
<div id="center">"center"</div>
<div id="right">"right"</div>
<div id="bottom">"bottom"</div>
<body>
</body>
</html>
#top{width:100%;height:100px;background:grey;}
#left{float:left;margin-top:-30px;margin-left:10%;width:200px;height:200px;background:red;}
#center{float:left;margin:-30px auto;height:200px;background:blue;}
#right{float:right;margin-top:-30px;margin-right:10%;width:200px;height:200px;background:green;}
#bottom{float:left;width:100%;height:100px;background:grey;clear:both;}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>期中作业</title>
<link href="my.css" rel="stylesheet" type="text/css" />
</head>
<div id="top">"top"</div>
<div id="left">"left"</div>
<div id="center">"center"</div>
<div id="right">"right"</div>
<div id="bottom">"bottom"</div>
<body>
</body>
</html>
#top{width:100%;height:100px;background:grey;}
#left{float:left;margin-top:-30px;margin-left:10%;width:200px;height:200px;background:red;}
#center{float:left;margin:-30px auto;height:200px;background:blue;}
#right{float:right;margin-top:-30px;margin-right:10%;width:200px;height:200px;background:green;}
#bottom{float:left;width:100%;height:100px;background:grey;clear:both;}


