Attribute Selector Demo

This page demonstrates the following rule which should make the any A tag with target="_blank" appear red:

a[target="_blank"] { color: red }

Use your browser's View Source option to see the full source code.

Link (opens in a new window).

Link (opens in topmost window).

Link (opens in this window).