Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

What type of selector is used in this case?
p {line-height: 150%;}
a) class Selectors
b) element Selectors
c) id Selectors
d) none of the mentioned

Answer: b
Explanation: These selectors are called element selectors and are simply used as follows:
element-name { /* properties */ }

Join The Discussion