By applying an ___________ a style can be applied to just a single tag.
class rule
element rule
id rule
none of the mentioned
Answer : C
View More Related Question
1) By applying an ___________ a style can be applied to just a single tag.
2) 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
3) Which of the following selectors selects siblings?
4) Which of the following selectors selects any tag with an id attribute set?
5) Which of the following selectors selects direct descendents?