Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

CSS Combinators

There are four different combinators in CSS:

    descendant selector (space)
    child selector (>)
    adjacent sibling selector (+)
    general sibling selector (~)
 
PREVIOUS NEXT
Tagged: #CSS #Combinators
ADD COMMENT
Topic
Name
8+6 =