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

Tuesday, December 11, 2012

Codeyear: Double down


<!--sample solution-->

<html>
    <head>
        <title>Doubling the Chocolate Chip Cookies Recipe</title>
    </head>
   
    <body>
        <table border="2">
            <tr><td>butter</td><td>1 cup</td><td>2 cups</td></tr>
            <tr><td>eggs</td><td>2</td><td>4</td></tr>
            <tr><td>hot water</td><td>2 teaspoons</td><td>4 teaspoons</td></tr>
            <tr><td>vanilla extract</td><td>2 teaspoons</td><td>4 teaspoons</td></tr>
        </table>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts