<!DOCTYPE html><html><head>
<title>Attribute value selector</title>
<style type="text/css">address { background-color : red }
address[title="foo"] { background-color : lime }
span[title="a"] { background-color : red }</style>
<link rel="author" title="Daniel Glazman" href="http://glazman.org/">
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors">
<meta name="flags" content="">
</head>
<body>
<address title="foo"></address>
</body></html>