标签:clear 清除 浮动 基础学习 class font str nbsp style
1: <div style="clear:both;"></div>
<div style="clear:both"></div>
clear:both该属性的值指出了不允许有浮动对象的边。
通俗的讲:这段代码的做用是:清除同行元素,不允许其它元素与之在一行内。
标签:clear 清除 浮动 基础学习 class font str nbsp style
原文地址:http://www.cnblogs.com/kaiwen/p/6824557.html