-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpie.html
More file actions
105 lines (99 loc) · 4.46 KB
/
Copy pathpie.html
File metadata and controls
105 lines (99 loc) · 4.46 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pie</title>
<link rel="stylesheet" type="text/css" href="css/recipe.css" />
<link rel="icon" href="images/recipeImages/pie_icon.gif">
</head>
<body>
<div>
<h1 class="main-heading"><span>Grandma's Lemon Meringue Pie</span></h1>
<img src="images/recipeImages/pie.jpg" alt="pie">
<p>One 9-inch pie<br>
30 Min - Prep time<br>
10 Min - Cook time<br>
40 Min - Total<br>
8 Servings</p>
</div>
<hr />
<div class="bullet">
<h1><span>INGREDIENTS</span></h1>
<ul>
<li>1 cup white sugar</li>
<li>2 <abbr title="tablespoons">tbsp</abbr> all-purpose flour</li>
<li>3 <abbr title="tablespoons">tbsp</abbr> cornstarch</li>
<li>1/4 <abbr title="teaspoon">tsp</abbr> salt</li>
<li>1 1/2 cups water</li>
<li>2 lemons, juiced and zested</li>
<li>2 tbsp butter</li>
<li>4 egg yolks, beaten</li>
<li>1 (9 inch) pie crust, baked</li>
<li>4 egg whites</li>
<li>6 <abbr title="tablespoons">tbsp</abbr> white sugar</li>
</ul>
</div>
<hr />
<div>
<h1><span>DIRECTIONS</span></h1>
<ol class="bullet">
<li><span class="direction_hearder">Preheat Oven:</span> Preheat oven to 350 degrees F (175 degrees C).</li>
<li><span class="direction_hearder">Make Lemon Filling:</span> In a medium saucepan ...
<ul>
<li>Whisk together 1 cup sugar, flour, cornstarch, and salt.</li>
<li>Stir in water, lemon juice and lemon zest.</li>
<li>Cook over medium-high heat, stirring frequently, until mixture comes to a boil.</li>
<li>Stir in butter.</li>
<li>Place egg yolks in a small bowl and gradually whisk in 1/2 cup of hot sugar mixture.</li>
<li>Whisk egg yolk mixture back into remaining sugar mixture.</li>
<li>Bring to a boil and continue to cook while stirring constantly until thick.</li>
<li>Remove from heat.</li>
<li>Pour filling into baked pastry shell.</li>
</ul>
</li>
<li><span class="direction_hearder">Make Meringue:</span> In a large glass or metal bowl ...
<ul>
<li>Whip egg whites until foamy.</li>
<li>Add sugar gradually, and continue to whip until stiff peaks form.</li>
<li>Spread meringue over pie, sealing the edges at the crust.</li>
</ul>
</li>
<li><span class="direction_hearder">Bake:</span> Bake in preheated oven for 10 minutes, or until meringue is golden brown.</li>
</ol>
<p>This is our favorite recipe here at Granny's Pies. It has been enjoyed by pie fans for many years. It's Granny's favorite! We hope you'll find that this recipe is delicious and also easy to follow; it's a piece of <span class="cake">cake</span> pie!</p>
</div>
<hr />
<div>
<h1><span>USER COMMENTS</span></h1>
<div class="comment">
<p>This is a very fun recipe to follow, because Grandma makes it sweet and simple. This pie is thickened with cornstarch and flour in addition to egg yolks, and contains no milk.</p>
<p> - Emilie S.</p>
</div>
<div class="comment">
<p>Q: What do you call an ape who loves pie?</p>
<p>A: A meringue-utan.</p>
<p>- Vickie K.</p>
</div>
<div class="comment">
<p> This site can really engage my interest. Follow the recipe above and make it so! This pie is number one.</p>
<div>- Jean-Luc Piecard</div>
</div>
</div>
<div>
<h1><span>LINKS</span></h1>
<p><a href="http://www.google.com/search?q=lemon+meringue+pie+recipe&start=10">Search for other lemon meringue pie recipes</a></p>
<p><a href="index.html">Home</a></p>
</div>
<div class="footer">
<a href="https://validator.w3.org/check/referer">
<img src="http://mumstudents.org/cs472/2013-09/images/w3c-html.png" alt="Validate" />
</a>
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img src="http://mumstudents.org/cs472/2013-09/images/w3c-css.png" alt="Valid CSS!"/>
</a>
<p>Copyright © 2012 Granny's Pies<br>
A Granny's Pies Production <br>
All rights reserved </p>
</div>
</body>
</html>