Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<p>Click the link to <a href="#paragraph">target the next paragraph</a>.</p> <p id="paragraph">This is the next paragraph.</p>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's pseudoclass-target in action */ :target { background:#ff0; } p { background:#ccc; }
Show me!
Your results appear here: