Conminators of siblings

i did not understand combinators of siblings?

@aamirjamil25999 in css you can apply styles to the html elements in different ways, as per you need.
Some of the option are:

  1. apply directly to a html element eg. div, p
  2. apply to the class or id
  3. apply to the parent, child, sibling of a particular element using combinators
    https://www.w3schools.com/css/css_combinators.asp