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

Tuesday, December 11, 2012

Codeyear: Directions


<!--sample solution-->

<html>

    <head>
        <title>Chocolate Chip Cookies</title>
    </head>
   
    <body>
       
        <h1 style="text-align:center">
            Chocolate Chip Cookies
        </h1>
       
        <ul>
            <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>
    <ol>
        <li>Preheat oven to 350 degrees F (175 degrees C).</li>
        <li>Cream together the butter, white sugar, and brown sugar until smooth.</li>
        <li>Beat in the eggs one at a time, then stir in the vanilla.</li>
        <li>Dissolve baking soda in hot water.</li>
        <li>Add to batter along with salt.</li>
        <li>Stir in flour, chocolate chips, and nuts.</li>
        <li>Drop by large spoonfuls onto ungreased pans.</li>
        <li>Bake for about 10 minutes in the preheated oven, or until edges are nicely browned.</li>
    </ol>  
    </body>
   
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts