p {line-height: 150%;}.What type of selector is used in this case?
Home | Discussion Forump {line-height: 150%;}.What type of selector is used in this case?
class Selectors
element Selectors
id Selectors
none of the mentioned
Answer : B
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) Which of the following selector selects the elements that are currently enabled?
4) p {line-height: 150%;}.What type of selector is used in this case?
5) Which of the following selectors selects siblings?