A similar rule called the ____________ is specified using the plus sign (+) and
Home | Discussion ForumA similar rule called the ____________ is specified using the plus sign (+) and is used to select elements that would be siblings of each other.
class selectors
attribute selectors
adjacent-sibling selector
none of the mentioned
Answer : C
View More Related Question
1) What will happen in this case? p strong {background-color: yellow;}
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
2) Which of the following selector selects the elements that are the default among a set of similar elements?
3) 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
4) Which of the following selector selects the element that is the target of a referring URI?
5) Which of the following selectors selects any tag with an id attribute set?