-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (79 loc) · 3.12 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>Healthy breakfast</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1 class="title">Healthy breakfasts</h1>
<p>
Breakfast is an important meal of the day, no matter what critics say.
It gives you energy to go for the day!
</p>
<p>
However, different countries and regions in the world have different meals,
so it would be reasonable to say that they have different breakfasts.
</p>
<p>
Today, we will be focusing on the common types of healthy breakfasts that
we encounter the most.
</p>
<br/><br/>
<h3 class="subtitle">Light Western Breakfast</h3>
<img src="https://th.bing.com/th/id/R.6cb6fd2d0f70f038d9e9e40485b0fb17?rik=a2wxPHB5GSvgGQ&riu=http%3a%2f%2fweknowyourdreams.com%2fimages%2fsandwich%2fsandwich-12.jpg&ehk=uyB%2fmNIPT7kzubQGuB9iHkq5%2ffgVHc3BudsdLf6xdjk%3d&risl=&pid=ImgRaw&r=0">
<p class="caption">
A sandwich.
</p>
<br/>
<p>
This is the type of breakfast that you normally see in hotels,
but Westerners eat them as a light breakfast. The classics
<i>usually</i> have tomatoes, onions, lettuce, and ham inside, but it varies.
</p>
<p>
As a matter of fact, over 60 popular sandwich types originated in America. American subs, BLTs,
pimento cheese sandwiches, and ham and Swiss sandwiches are among the most famous varieties.
<u>Note: Burgers are also a subset of sandwiches.</u>
</p>
<hr/>
<h3 class="subtitle">Chinese Full Breakfast</h3>
<img src="image_123923953.JPG">
<p class="caption">
A plate of Claypot Chicken Rice.
</p>
<p>
This is the type of breakfast that we eat as a staple.
Although it is not necessarily our breakfast <b><i>all</i></b> the time, it is still present.
</p>
<p>
As the caption suggests, Claypot Chicken Rice is cooked using a clay pot, because they retain
heat easily. However, it is also costly to buy a traditional clay pot, so many home cooks
use a pan to do it. In earlier times, it was also not bought, but made as part of pottery.
</p>
<hr/>
<h3 class="subtitle">Malaysian Medium-Light Breakfast</h3>
<img src="https://img.theculturetrip.com/1440x/smart/wp-content/uploads/2020/12/2d9cwpp.jpg">
<p class="caption">
Some Nasi Lemak on a banana leaf, on some cardboard.
</p>
<p>
This is the breakfast that people in Malaysia eat. Some eat it with bare hands (like the Indians),
or eat it with a fork and spoon (most other people). The first person to make this was an Indonesian.
</p>
<hr/>
<hr/>
<h2>So...<h2>
<p>
These are some of the healthy breakfasts you can see wherever you go.
<p>
<p>
However, bear in mind that these are not all of the breakfasts in the world:
It would be a team effort to collect every single one of them.
</p>
<p>
This is,
the end.
</p>
<!-- end -->
</body>
</html>