Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
/* here's border-bottom-style in action */ #example p { border-bottom-style:dotted; } /* this is to make the demo look pretty */ p { border:5px solid red; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>You never understood that it ain't no good, you shouldn't let other people get your kicks for you.</p> </div>
Show me!
Your results appear here: