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

Tuesday, January 7, 2014

Codecademy - Sun, Earth, and Code: Add the Earth!


<!-- Sample solution to index.html -->
<html>
    <head>
        <link rel="stylesheet" href="style.css" />
    </head>
   
    <body>
        <!-- Right below is an image of the sun -->
        <img id="sun" src="http://goo.gl/dEEssP">
       
        <!-- Insert the 'earth' on the next line -->
        <img id="earth" src="http://goo.gl/o3YWu9">
       
    </body>
</html>

Back to list of sample solutions for Sun, Earth, and Code

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts