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) 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
2) Which of the following selectors selects direct descendents?
3) By applying an ___________ a style can be applied to just a single tag.
4) Which of the following selector selects the elements that are currently enabled?
5) Which of the following selector applies styles to elements that are valid per HTML5 validations set either with the pattern or type attributes?