Which of the following selectors selects the specified elements of type E with a
Home | Discussion ForumWhich of the following selectors selects the specified elements of type E with a particular class value?
E.class
E ~ F
*
E, F, G
Answer : A
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 all elements of E that have the attribute attr that end with the given value?
3) Which of the following selector selects the element that is the target of a referring URI?
4) p {line-height: 150%;}.What type of selector is used in this case?
5) Which of the following selector selects an element if it’s the only child of its parent?