-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChocolateChipCookies.html
35 lines (31 loc) · 1.57 KB
/
ChocolateChipCookies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang = en>
<head>
<title>ChocolateChipCookies</title>
<meta charset="eft-8">
</head>
<body>
<h1>Chocolate Chip Cookies</h1>
<img src="../images/ChocolateCC.jpg"/mstile-310x310.png" alt="ChocolateCC">>
<p>This is the best chocolate chip cookies recipe ever! No funny ingredients, no chilling time, etc. Just simple, straightforward and amazingly delicious every time.</p>
<h2>Ingredients</h2>
<ul>
<li>2 1/4 cups all-purpose flour</li>
<li>1 teaspoon baking soda</li>
<li>1 teaspoon salt</li>
<li>1 cup butter softened</li>
<li>3/4 cup granulated sugar</li>
<li>3/4 cup packed brown sugar</li>
<li>1 teaspoon vanilla extract</li>
<li>2 large eggs</li>
<li>1 cup Semi-Sweet chocolate chips</li>
<li>1 cup Dark chocolate chips</li>
<h2>Making Cookies</h2>
<ol>
<li>Preheat oven to 375° F, grease 10x15" pan</li>
<li>Combine flour, baking soda and salt in small bowl. Beat butter, granulated sugar, brown sugar and vanilla extract in large mixer bowl until creamy. Add eggs, one at a time, beating well after each addition. Gradually beat in flour mixture. Stir in morsels and nuts. Drop by rounded tablespoon onto ungreased baking sheets.</li>
<li>Bake for 9 to 11 minutes or until golden brown. Cool on baking sheets for 2 minutes; remove to wire racks to cool completely.</li>
</ol>
</ul>
</body>
</html>