Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css all children of type

/* Affects all a inside the #nav element: */
#nav a{
  color: black;
}
 
PREVIOUS NEXT
Tagged: #css #children #type
ADD COMMENT
Topic
Name
3+9 =