Q9
Which of the following selector selects the elements that are checked?
A.
E ~ F
B.
::after
C.
:checked
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
Example: :checked {color: blue;}