CSS 3 Module <== Test # ==>
W3C Selectors 69 of 148 of the static tests category
Testing Date Revision
NEGATED :target pseudo-class (ID #66b) 2001-11-13 1.1

This paragraph should be green.

p { background-color: red; }
p:not(:target) { background-color: lime; }
<p>This paragraph should be green.</p>