Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

CSS Combinators

            CSS combinators को दो selectors के बीच में relationship define करने के लिए use किया जाता है। इन्हें selectors के बीच special symbol के रूप में define किया जाता है। जैसा की नाम से ही पता चलता है combinators selectors को combine करते है और एक नया selector बना देते है।

CSS मे चार तरह के Combinators available है।

  • Descendent Selector (space)

  • Child Selector (>)

  • Adjacent Sibling Selector (+)

  • General Sibling Selector (~)

 

CSS Combinators

            CSS combinators are used to define the relationship between two selectors. These are defined as special symbols among selectors. As the name suggests, combinators combine selectors and create a new selector.

There are four types of combinators available in CSS.

  • Descendent Selector (space)

  • Child Selector (>)

  • Adjacent Sibling Selector (+)

  • General Sibling Selector (~)

error: Content is protected !!