<pre><code>//the following example selects all <a> elements with a target="_blank" attribute a[target="_blank"] { background-color: yellow; }</code></pre>
Is used to select elements with a specified attribute and value.
Clickable & Draggable!