Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear Linking it all together



<style>
    p.standardblue {color:blue;}
    .standardblue {color:orange;}
</style>

<p>I wish I was blue</p><!--black/default-->
<p><span class="standardblue">Am I blue?</span></p><!--orange-->
<p class="standardblue">I think I'm orange</p><!--blue-->

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts