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

Tuesday, December 11, 2012

Codeyear: Table-ify the ingredients


<!--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>
            </tr>
            <tr>
                <td>eggs</td>
                <td>2</td>
            </tr>
            <tr>
                <td>hot water</td>
                <td>2 teaspoons</td>
            </tr>
            <tr>
                <td>vanilla extract</td>
                <td>2 teaspoons</td>
            </tr>
        </table>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts