Syntax | selector {clear: value;}
|
---|---|
Usage | The clear property is used to specify that the side(s) of the element will be clear of any previous floating element boxes. This is accomplished by displaying the cleared element below the floating element boxes. Refer to the float property for more information on floating element boxes. This property is specified by using a keyword according to the syntax shown above. |
Keywords |
|
Applies To | Block level elements |
Inherited | No |
Initial Value | none |
The clear property is set to clear the left side of some text from a left-floating image. |