Which of the following selector selects elements that do not match the selector s?
A
:!(s)
B
:nth-child(s)
C
:not(s)
D
none of the mentioned
Correct Answer: :not(s)
Example: *:not(h1) {color: black;}