Which of the following selectors selects siblings?
E.class
E ~ F
*
E, F, G
Answer : B
View More Related Question
1) Which of the following selectors selects any tag with an id attribute set?
2) Which of the following selector selects the element that is the target of a referring URI?
3) Which of the following selectors selects direct descendents?
4) Which of the following selector selects the elements that are currently enabled?
5) Which of the following selector selects an element if it’s the only child of its parent?