-
Notifications
You must be signed in to change notification settings - Fork 0
/
lasagna.html
67 lines (66 loc) · 2.21 KB
/
lasagna.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lasagna</title>
</head>
<body>
<h1>Amazing Lasagna</h1>
<h1>
<img src="https://www.allrecipes.com/thmb/MkKfYU4oim55CLp39DDuNMuyThA=/750x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/23600-worlds-best-lasagna-armag-4x3-1-b24f9ad518d74090bf197828492c64a6.jpg" alt="Lasagna" height="200" width="200">
</h1>
<h2>Description</h2>
<p >This lasagna recipe takes a little work, but it is so satisfying and filling that it's worth it!</p>
<h3>Ingridients</h3>
<ul>
<li>
Meat: This super meaty lasagna has sweet Italian sausage and lean ground beef.
</li>
<li>
Onion and garlic: An onion and two cloves of garlic are cooked with the meat to add tons of flavor.
</li>
<li>
Tomato products: You'll need a can of crushed tomatoes, two cans of tomato sauce, and two cans of tomato paste.
</li>
<li>
Sugar: Two tablespoons of white sugar add subtle sweetness and enhance the flavor of the sauce.
</li>
<li>
Spices and seasonings: This lasagna recipe is flavored with fresh parsley, dried basil leaves, salt, Italian seasoning, fennel seeds, and black pepper.
</li>
<li>
Lasagna noodles: Use store-bought or homemade lasagna noodles.
</li>
<li>
Cheeses: Parmesan, mozzarella, and ricotta cheese make this lasagna extra decadent.
</li>
<li>
Egg: An egg helps bind the ricotta so it doesn't ooze out of the lasagna when you cut into it.
</li>
</ul>
<h3>
Steps:
</h3>
<ol>
<li>
Make the meat sauce.
</li>
<li>
Cook the noodles.
</li>
<li>
Make the ricotta mixture.
</li>
<li>
Layer the lasagna according to the recipe instructions.
</li>
<li>
Cover with foil and bake.
</li>
<li>
Let the lasagna rest before serving.
</li>
</ol>
</body>
</html>