-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathrecipe.html
More file actions
41 lines (36 loc) · 1.35 KB
/
recipe.html
File metadata and controls
41 lines (36 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>The Perfect PB&J</h1>
<hr>
<img src="http://www.readersdigest.ca/wp-content/uploads/2013/03/6-facts-to-know-before-owning-a-puppy.jpg"
alt="peanut butter and jelly sandwich" width="300">
<hr>
<h2>Description</h2>
<p> A peanut butter sandwich is a classic and should be treated as such </p>
<hr>
<h2>Ingredients</h2>
<ul>
<li>2 slices of bread</li>
<li>2 tbsp of grape jelly</li>
<li>2 tbsp of peanut butter</li>
<li>1 butter knife</li>
<li>1 plate</li>
</ul>
<hr>
<h2>Directions</h2>
<ol>
<li>lay each slice of bread next to each other on the plate</li>
<li>take the butter knife and spread the jelly on one slice of bread</li>
<li>after that, wipe of the excess jelly off the knife and then spread the peanut butter on the other slice of bread</li>
<li>combine the two slices of bread, having the jelly and peanut butter meet</li>
<li>take the knife and cut the sandwich in half if you prefer, Enjoy :)</li>
</ol>
<a href="https://www.landolakes.com/recipe/21330/grilled-peanut-butter-jelly-sandwich/">Try the <em>grilled</em> PB&J</a>
</body>
</html>