Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div id="example"> <p>Dante's <a href="http://en.wikipedia.org/wiki/La_Vita_Nuova">La Vita Nuova</a> — in common with the vast, vast majority of everything that's been written, sung or said <em>about love</em> — is not really about love at all; it's about <strong>infatuation</strong>. </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's outline-style in action */ #example a:hover { outline-style:dotted; } /* this is to make the demo look pretty */ a:hover { outline:5px solid red; }
Show me!
Your results appear here: