Which of the following selectors selects siblings?
Home | Discussion ForumWhich of the following selectors selects siblings?
E.class
E ~ F
*
E, F, G
Answer : B
View More Related Question
1) The _____________ attribute is used to define the name(s) of the class(es) to which a particular tag belongs.
2) Which of the following selector selects an element if it’s the only child of its parent?
3) Which of the following selector selects the element that is the target of a referring URI?
4) p strong {background-color: yellow;}
What will happen in this case?
Strong have yellow background
Strong element within a p element have a yellow background
Both p and strong have yellow background
None of the mentioned
View Answer
5) Which of the following selector selects the elements that are the default among a set of similar elements?