Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

what is descendant selector

/* The CSS descendant selector is used to match the descendant elements of a particular element. */
selector1 selector2 {  
  /* property declarations */  
}  
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #descendant #selector
ADD COMMENT
Topic
Name
1+8 =