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