'clear' Possible Values : clear « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'clear' Possible Values

Possible Values

both         No floating objects are allowed on the left and right sides
left         The left side is kept clear
right        The right side is kept clear
none         The default;floating objects are allowed on the left and right sides    
    
      
      








Related examples in the same category

1.'clear' Syntax and Note
2.'clear' Example
3.'clear' is applied to