apa itu pemilih keturunan

/* The CSS descendant selector is used to match the descendant elements of a particular element. */
selector1 selector2 {  
  /* property declarations */  
}  
Tiny Coders