1
+ <!DOCTYPE html>
2
+ < html >
3
+
4
+ < head >
5
+ < title > Welcome to the Coffee Shop</ title >
6
+ </ head >
7
+
8
+ < body >
9
+ < div style ="width: 1550px; margin: auto; padding-top: 10px; ">
10
+ < h1 style ="text-align: center; background-color: #A52A2A; color: white "> Welcome to the Coffee Shop</ h1 >
11
+ < hr style ="height: 3px; background-color: #808080; ">
12
+ < a href ="#coffee "> Click để tìm hiểu về coffee</ a > < br >
13
+ < a href ="#tea "> Click để tìm hiểu về tea</ a >
14
+ < hr style ="height: 3px; background-color: #808080; ">
15
+ < h3 id ="coffee " style ="text-align: center; "> Coffee</ h3 >
16
+ < p style ="color: #A52A2A; ">
17
+ Coffee is a brewed drink prepared from roasted coffee beans, which are the seeds of berries from the Coffea
18
+ plant.< br >
19
+ The genus Coffea is native to tropical Africa (specifically having its origin in Ethiopia and Sudan) and
20
+ Madagascar, the Comoros, Mauritius, and Réunion in the Indian Ocean.< br >
21
+ The plant was exported from Africa to countries around the world.< br >
22
+ Coffee plants are now cultivated in over 70 countries, primarily in the equatorial regions of the Americas,
23
+ Southeast Asia, India, and Africa.< br >
24
+ The two most commonly grown are arabica and robusta.< br >
25
+ Once ripe, coffee berries are picked, processed, and dried.< br >
26
+ Dried coffee seeds (referred to as beans) are roasted to varying degrees, depending on the desired
27
+ flavor.< br >
28
+ Roasted beans are ground and brewed with near-boiling water to produce coffee as a beverage.< br >
29
+ </ p >
30
+ < hr style ="height: 3px; background-color: #808080; ">
31
+ < a href ="./coffee/coffee.html "> View coffee menu</ a >
32
+ < img src ="./img/coffee.jpg " width ="1550 ">
33
+ < hr style ="height: 3px; background-color: #808080; ">
34
+ < h3 id ="tea " style ="text-align: center; "> Tea</ h3 >
35
+ < p style ="text-align: right; color: blue; ">
36
+ Coffee is a brewed drink prepared from roasted coffee beans, which are the seeds of berries from the Coffea
37
+ plant.< br >
38
+ The genus Coffea is native to tropical Africa (specifically having its origin in Ethiopia and Sudan) and
39
+ Madagascar, the Comoros, Mauritius, and Réunion in the Indian Ocean.< br >
40
+ The plant was exported from Africa to countries around the world.< br >
41
+ Coffee plants are now cultivated in over 70 countries, primarily in the equatorial regions of the Americas,
42
+ Southeast Asia, India, and Africa.< br >
43
+ The two most commonly grown are arabica and robusta.< br >
44
+ Once ripe, coffee berries are picked, processed, and dried.< br >
45
+ Dried coffee seeds (referred to as beans) are roasted to varying degrees, depending on the desired
46
+ flavor.< br >
47
+ Roasted beans are ground and brewed with near-boiling water to produce coffee as a beverage.< br >
48
+ </ p >
49
+ < hr style ="height: 3px; background-color: #808080; ">
50
+ < a href ="./tea/tea.html "> View tea menu</ a >
51
+ < img src ="./img/tea.png " width ="1550 ">
52
+ </ div >
53
+ </ body >
54
+
55
+ </ html >
0 commit comments