css selectors
Child selector selects only one level down the markup structure, no deeper. Adjacent sibling selector selects only elements that immediately follow first element. General sibling selector selects all elements that follow (doesn't need immediately succeed) the first element. w3 css3 selectors Browser support (supported by: chrome, opera, firefox, ie9) Pattern Meaning Described in section * ... Read more