在HTML中,如何让两个DIV在同一行显示?

<div>
<div>a</div>
<div>b</div>
</div>
显示结果为:
a
b
如何让显示结果为
ab

第1个回答  2010-07-12
float:left
相似回答