<html>
<head>
<title>a</title>
<style type ="test/css">
body {margin:0;padding:0;}
.left{width:20%;height:500px;float:left;background:red}
.right{width:80%;height:500px;float:right;background:blue}
</style>
</head>
<body>
<div class ="left"></div>
<div class ="right"></div>
</body>
</html>
为什么页面不显示呢?
qq___524
蜉蝣梦