CSS Selectors (>, ., #)
        Posted  
        
            by Randy Mayer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Randy Mayer
        
        
        
        Published on 2010-04-14T09:51:46Z
        Indexed on 
            2010/04/14
            9:53 UTC
        
        
        Read the original article
        Hit count: 839
        
css
Hi,
What's the point using this syntax
div.card > div.name
What's the difference between this
div.card div.name
Thank you!
© Stack Overflow or respective owner