-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 3.19 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My favourite food list</title>
<link rel = "stylesheet" href = "style.css">
</head>
<body>
<div class="main">
<section class="section-1">
<div class="heading" id="heading-1">
<h1>CHOW-MEIN</h1>
<img src="./Photos/chow.jpg" alt="" id="chow">
</div>
<div class="describe-1">
<p>
I am not a fan of fast food, but if i get to visit a restaurant or a street food stall, I definitely go for noodles, popularly known as chowmein.
</p>
<p>
Chow Mein is a Chinese stir-fried noodles dish that is made both with and without meat. Chow means stir-fried and Mein means noodles. It's very popular in India and a lot of other countries too, and most of them have a local version of this delicious noodle dish.
</p>
<ul>
<p>
The items required to make this item are:
</p>
<li>Noodles</li>
<li>
Vegetables: The most commonly used vegetables in Chow Mein are cabbage, capsicum, carrots, spring onion. You can also use bean sprouts, French beans, tofu, mushrooms, or any other vegetable you like in stir-fried noodles
</li>
<li>
Sauce/ condiments: The sauces generally added in Chow Mein are soy sauce, chili sauce, vinegar, and oyster sauce. In India, oyster sauce is not used in this stir-fried noodle dish and also since this is a vegan recipe, I have skipped that. I have added a small quantity of tomato ketchup, the way it’s done in Indo Chinese style noodles. You won’t be able to taste the ketchup but will add a nice rich sauce coating on noodles.
</li>
</ul>
</div>
</section>
<section class="section-2">
<div class="heading" id="heading-2">
<h1>PORK (Curry to be specific)</h1>
<img src="./Photos/pork.jpg" alt="">
</div>
<div class="describe-2">
<p>
I don't know why I felt of keeping this item in my second section but yeah thinking about this makes me hungry for sure. Any main meal I prefer to have in an restaurant makes me feel full and satisfied if I have pork.
</p>
<p>
It’s the most commonly consumed red meat worldwide, especially in eastern Asia, but its consumption is forbidden in certain religions, such as Islam and Judaism. For this reason, pork is illegal in many Islamic countries. It is often eaten unprocessed, but cured (preserved) pork products are also very common. These include smoked pork, ham, bacon, and sausages. Being high in protein and rich in many vitamins and minerals, lean pork can be an excellent addition to a healthy diet.
</p>
</div>
</section>
</div>
</body>
</html>