Which of the following selectors selects direct descendents?
Home | Discussion ForumWhich of the following selectors selects direct descendents?
E > F
E F
E + F
E ~ F
Answer : A
View More Related Question
1) Which of the following selectors selects siblings?
2) Which of the following selectors selects the specified elements of type E with a particular class value?
3) Which of the following selector selects the elements that are the default among a set of similar elements?
4) p {line-height: 150%;}.What type of selector is used in this case?
5) By applying an ___________ a style can be applied to just a single tag.