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

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear The Element of Surprise



<style>
    /* Add a declaration to make the li's green */
    li {color:green}
</style>

<div>
    <ul>
        <li>Home</li>
        <li>About</li>
        <li>Contact Us</li>
    </ul>
</div>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts