CSS Attr Selector "" Tests - Blowsie
by blowsie
HTML
<a href="http://perishablepress.com">Jeff Starr</a>
<a href="http://davidwalsh.name">David Walsh</a>
<a href="http://accidentalninja.net/">Richard Felix</a>
CSS
a[href="http://perishablepress.com"] { color: red; }
a[href=http://davidwalsh.name] { color: YellowGreen; }