clear view of box model
        Posted  
        
            by Abhimanyu 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Abhimanyu 
        
        
        
        Published on 2010-03-21T06:56:19Z
        Indexed on 
            2010/03/21
            7:01 UTC
        
        
        Read the original article
        Hit count: 493
        
As far as i know every element in HTML associated with padding(left, right, top, bottom) , margin(left, right, top, bottom) which will create the box model for that so that we can figure it out its actual position with respect to document.
any idea over it?
© Stack Overflow or respective owner