CSS 3 Module <== Test # ==>
W3C Selectors 4 of 140 of the static tests category
Testing Date Revision
Attribute existence selector (ID #5) 11-july-2001 1.0

This paragraph should have a green background because its TITLE attribute is set.

p { background-color : red }
p[title] { background-color : lime }
<p title="title">This paragraph should have a green background because its TITLE
      attribute is set.</p>