-
Notifications
You must be signed in to change notification settings - Fork 0
/
burger.html
48 lines (43 loc) · 3.17 KB
/
burger.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
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./external-css.css">
</head>
<body>
<h1>Homemade classic burger</h1>
<img src = "https://media.istockphoto.com/photos/cheese-burger-with-bacon-on-black-dark-background-picture-id1295796231?b=1&k=20&m=1295796231&s=170667a&w=0&h=lipbuWnWZE_-ScipwtVamsug7sd4j6hxiIUN0PkwWD8=" alt="Stock photo of a burger">
<p>This is a recipie for a classic burger which is homemade. Adding all of these ingredients together forms a super delicious burger</p>
<p>Ingredients</p>
<ul>
<li class = "Ingredients lis">1 pound ground lean (7% fat) beef</li>
<li class = "Ingredients lis2">1 large egg</li>
<li class = "Ingredients lis">½ cup minced onion</li>
<li class = "Ingredients lis2">¼ cup fine dried bread crumbs</li>
<li class = "Ingredients lis">1 tablespoon Worcestershire</li>
<li class = "Ingredients lis2">1 or 2 cloves garlic, peeled and minced</li>
<li class = "Ingredients lis">About 1/2 teaspoon salt</li>
<li class = "Ingredients lis2">About 1/4 teaspoon pepper</li>
<li class = "Ingredients lis">4 hamburger buns (4 in. wide), split</li>
<li class = "Ingredients lis2">About 1/4 cup mayonnaise</li>
<li class = "Ingredients lis">About 1/4 cup ketchup</li>
<li class = "Ingredients lis2">4 iceberg lettuce leaves, rinsed and crisped</li>
<li class = "Ingredients lis">1 firm-ripe tomato, cored and thinly sliced</li>
<li class = "Ingredients lis2">4 thin slices red onion</li>
</ul>
<p>Steps</p>
<ol class="steps">
<li class="sub-steps">In a bowl, mix ground beef, egg, onion, bread crumbs, Worcestershire, garlic, 1/2 teaspoon salt, and 1/4 teaspoon pepper until well blended. Divide mixture into four equal portions and shape each into a patty about 4 inches wide.</li>
<li class="sub-steps">Lay burgers on an oiled barbecue grill over a solid bed of hot coals or high heat on a gas grill (you can hold your hand at grill level only 2 to 3 seconds); close lid on gas grill. Cook burgers, turning once, until browned on both sides and no longer pink inside (cut to test), 7 to 8 minutes total. Remove from grill.</li>
<li class="sub-steps">Lay buns, cut side down, on grill and cook until lightly toasted, 30 seconds to 1 minute.</li>
<li class="sub-steps">Spread mayonnaise and ketchup on bun bottoms. Add lettuce, tomato, burger, onion, and salt and pepper to taste. Set bun tops in place.</li>
</ol>
<ul>
<li class="links"><a href = "./index.html">Back to home</a></li>
<li class="links"><a href = "https://www.myrecipes.com/recipe/classic-burger">Original Recipe for Burger</a></li>
</ul>
</body>
</html>