Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
/* here's pseudoclass-target in action */ :target { background:#ff0; } p { background:#ccc; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p>Click the link to <a href="#paragraph">target the next paragraph</a>.</p> <p id="paragraph">This is the next paragraph.</p>
Show me!
Your results appear here: