HTML中的div三行三列代码,非CSS,非表格,n行n列写法

源码技巧10年前 (2015-03-09)15570

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>

“HTML中的div三行三列代码,非CSS,非表格,n行n列写法” 的相关文章

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。