The background color of anchors
in this page should turn to green when they have the
focus.
a:focus { background-color : lime }
<p>The background color of <a href="#foo">anchors</a>
in this page should turn <a href="#foo">to green</a> when they have the
<a href="#foo">focus</a>.</p>