'float' Syntax and Note : float « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'float' Syntax and Note

Note:

Whether the text can flow to the left, or right of an element, or not at all. 
It is equivalent to the styleFloat JavaScript property.
    
Syntax:
    
element { float: value }
    

      
      








Related examples in the same category

1.'float' Example
2.'float' is applied to