Style Object
The clear property sets or returns the position of the element relative to floating objects.
Set the clear property:
Return the clear property:
| Value | Description |
|---|---|
| none | Allows floating objects on both sides of the element. This is default |
| left | No floating objects allowed on the left side of the element |
| right | No floating objects allowed on the right side of the element |
| both | No floating objects allowed on either the left or right side of the element |
| inherit | The value of the clear property should be inherited from the parent element |
![]()
The clear property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Prohibit floating objects on the left side of the text:
Style Object
Your message has been sent to W3Schools.