-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtomatosoup.html
More file actions
65 lines (52 loc) · 2.44 KB
/
tomatosoup.html
File metadata and controls
65 lines (52 loc) · 2.44 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
<!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>Tomato Soup!</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>The number one guide in making the best food!</h1>
<h2>Today's main recipe is... tomato soup!</h2>
<p>
This simple homemade tomato soup is quick, easy, and insanely delicious. It's excellent with canned tomatoes,
but you can also use fresh tomatoes and perfect to pair with cold winter nights!
</p>
<img src="tomatosoup.jpeg" alt="Bread being dipped into tomato soup" class="pictures">
<div class="ingredients-border">
<h3>Ingredients needed:</h3>
<ul>
<li>4 tablespoons unsalted butter</li>
<li>1 (28-ounce) can tomatoes, we prefer to use whole peeled or crushed, see notes for fresh tomatoes</li>
<li>1/2 large onion, cut into large wedges</li>
<li>1/2 cups water, low sodium vegetable stock, or chicken stock</li>
<li>1/2 tsp. fine sea salt, or more to taste</li>
</ul>
</div>
<h3>Method:</h3>
<ol>
<li>Melt butter over medium heat in a Dutch oven or large saucepan.</li>
<li>Add onion wedges, water, can of tomatoes with their juices, and 1/2 teaspoon of salt. Bring to a simmer.
<br>
Cook, uncovered, for about 40 minutes. Stir occasionally and add additional salt as needed.
</li>
<li>Blend the soup, and then season to taste. The soup doesn’t need to be ultra-smooth, some texture is a nice
touch. <br> An immersion blender does make quick work of this, or you can use a blender. If you use a
regular
blender, it is best to blend in batches and <br> not fill the blender as much as you usually would since the
soup
is so hot. We like to remove the center insert of the lid and cover it with a kitchen towel while
blending
this helps to release some of the steam and prevents the blender lid from popping off (which can be a big,
hot mess).</li>
</ol>
<p>
And that's it! A simple, quick and easy recipe for creamy tomato soup!
</p>
<p>
Want to see more our recipes? Check out our recipe for <a href="test.html">perfect lasagne!</a>
</p>
</body>
</html>