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

Tuesday, December 11, 2012

Codeyear: Ingredients


<!--sample solution-->


<html>

    <head>
        <title>Chocolate Chip Cookies</title>
    </head>
   
    <body>
   
        <h1 style="text-align:center">
            Chocolate Chip Cookies
        </h1>
        <ul style="color:blue;">
            <li>1 cup butter, softened</li>
            <li>1 cup white sugar</li>
            <li>1 cup packed brown sugar</li>
            <li>2 eggs</li>
            <li>2 teaspoons vanilla extract</li>
            <li>3 cups all-purpose flour</li>
            <li>1 teaspoon baking soda</li>
            <li>2 teaspoons hot water</li>
            <li>1/2 teaspoon salt</li>
            <li>2 cups semisweet chocolate chips</li>
            <li>1 cup chopped walnuts</li>
        </ul>
    </body>
   
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts