Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<p> <font face="verdana">Before CSS was widely adopted, we had to use the horrible</font> <font face="monospace"><font></font> <font face="arial" color="red">element to specify font-faces, font-colors</font> <font size="+3">and font-sizes</font>. </p> <p> <font face="arial">Every single line had to have them, otherwise your text would take the default font, which was almost always...</font> Times New Roman! </p> <p> Thank Bob those days are over! </p>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
p:last-child { font:normal bold normal 1em/1.4 tahoma,sans-serif; color:#369; }
Show me!
Your results appear here: