Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<p> <q>I could have <em>danced</em> all night,<br /> I could have <em>danced</em> all night,<br /> And still have begged for <em>more</em>.<br /> I could have spread my <em>wings</em>,<br /> And <em>done</em> a thousand <em>things</em>,<br /> I've never done before.</q> </p>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's visibility in action */ p em { visibility:hidden; } /* this is to make the demo look pretty */ p { font:normal normal normal 1em/1.5 sans-serif; }
Show me!
Your results appear here: