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

Tuesday, December 11, 2012

Codeyear: Dot your i's, Cross your t's ...


<!--sample solution-->

<html>
    <head>
        <title>Doubling the Chocolate Chip Cookies Recipe</title>
    </head>
   
    <body>
        <table border="2">
            <thead>
                <tr>
                    <th>Ingredient</th><th>Single Batch</th><th>Double Batch</th>
                </tr>
            </thead>
            <tbody>
                <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>white sugar</td><td>1 cup</td><td>2 cups</td></tr>
            </tbody>  
        </table>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts