1.DIV+CSS代码,CSS怎么写在div中
<div>
<div style="width:500px;height:500px; float:left;background-color:red; margin-right:10px;">
</div>
<div style="width:250px;height:500px; float:left;">
<div style="width:250px;height:200px;background-color:red;"></div>
<div style="width:250px;height:280px;margin-top:20px;background-color:red;"></div>
</div>
</div>
2.写一个简单的DIV+CSS
<meta ; charset=utf-8" />A1
A2
A3
A4
B1
B2
B3
C1
C2
D1
D2