Vidyalelo
CSS · Q18

CSS Selectors and CSS Files

Programming · CSS · question 18

Q18

p line-height: 150%;.What type of selector is used in this case?

A.
class Selectors
B.
element Selectors
Answer
C.
id Selectors
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
These selectors are called element selectors and are simply used as follows:
element-name { /* properties */ }