Q12
Which of the following selector selects the elements that are currently enabled?
A.
:element
B.
:empty
C.
:enabled
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
Example: input:enabled {background-color:white;}