Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div> <h2>Blowin' in the wind</h2> <p>How many roads must a man walk down,</p> <p>Before you call him a man?</p> <p>Yes, 'n' how many seas must a white dove sail,</p> <p>Before she rests on the sand?</p> <p>The answer, my friend, is blowin' in the wind.</p> </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's pseudoclass-firstoftype in action */ div>p:first-of-type { color:#f09; font-style:italic; }
Show me!
Your results appear here: