Vidyalelo
CSS · Q12

CSS Selectors and CSS Files

Programming · CSS · question 12

Q12

Which of the following selector selects the elements that are currently enabled?

A.
:element
B.
:empty
C.
:enabled
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Example: input:enabled {background-color:white;}