clear在css中的用法是什么-kb88凯时官网登录

时间:2022-04-16
阅读:
免费资源网 - https://freexyz.cn/

clear在css中的用法是什么

css中clear的作用是清除元素的浮动效果。

clear属性指定段落的左侧或右侧不允许浮动的元素。

在 css1 和 css2 中,这是通过自动为清除元素(即设置了 clear 属性的元素)增加上外边距实现的。在 css2.1 中,会在元素上外边距之上增加清除空间,而外边距本身并不改变。

不论哪一种改变,最终结果都一样,如果声明为左边或右边清除,会使元素的上外边框边界刚好在该边上浮动元素的下外边距边界之下。

clear属性值:

  • eft 在左侧不允许浮动元素。

  • right 在右侧不允许浮动元素。

  • both 在左右两侧均不允许浮动元素。

  • none 默认值。允许浮动元素出现在两侧。

  • inherit 规定应该从父元素继承 clear 属性的值。

示例如下:

 
123 

this is some text. this is some text. this is some text. this is some text. this is some text. this is some text.

this is also some text. this is also some text. this is also some text. this is also some text. this is also some text. this is also some text.

输出结果:

免费资源网 - https://freexyz.cn/
返回顶部
顶部
网站地图