HTML中的div三行三列代码,非CSS,非表格,n行n列写法
HTML中的div三行三列代码,非CSS,非表格
<div style="float:left;width:100px;height:25px"></div>
<div style="float:left;width:100px;height:25px"></div>
<div style="float:left;width:100px;height:25px"></div>
<div style="clear:both"></div>
<div style="float:left;width:100px;height:25px"></div>
<div style="float:left;width:100px;height:25px"></div>
<div style="float:left;width:100px;height:25px"></div>
<div style="clear:both"></div>
<div style="float:left;width:100px;height:25px"></div>
<div style="float:left;width:100px;height:25px"></div>
<div style="float:left;width:100px;height:25px"></div>