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

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear Containing blocks



<!-- sample solution to index.html -->
<!DOCTYPE html>

<html>

<head>
    <title>Parents and Children</title>
    <link rel="stylesheet" href="style.css" />
</head>

<body>

    <div id="parent">Div1
            <div id="child">Div2</div>
    </div>
   
</body>

</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts