By applying an ___________ a style can be applied to just a single tag.
Home | Discussion ForumBy 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) 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 selectors selects direct descendents?
3) Which of the following selector selects the elements that are checked?
4) Which of the following selector selects the element that is the first child of its parent that is of its type?
5) Which of the following selector selects elements that do not match the selector s?