-
Notifications
You must be signed in to change notification settings - Fork 0
/
tea_blog.html
54 lines (50 loc) · 2.47 KB
/
tea_blog.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>INDIAN CHAI BLOG</title>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<header>
<h1>INDIAN TEA (CHAI)</h1>
</header>
<div class="row">
<div class="left-column">
<div class="card">
<h2>The Chai Culture in India</h2>
<h5>By Misbah Qadri, july 31, 2021</h5>
<img src="tea.jpg" alt="teablog "/>
<p>In India, tea is much more than a drink to begin your day with.It is one of the oldest beverages that mankind has been gifted with for ages now!. It has become an integral part of the culture and life of every Indian. In fact, if you take a walk around any local Indian road, you will definitely find chaiwallahs (tea sellers) steaming up a hot Masala Chai for their customers. Indians consume about 837,000 tonnes of tea every year, making it the country’s most popular and beloved beverage.</p>
</div>
<div class="card">
<h2>A Guide to the Health and Wellness Benefits of Tea</h2>
<h5>Tea: one of the oldest drinks known to humankind, we drink it…</h5>
<img src="benefit.jpg" alt="blog "/>
<p>It's no secret that drinking tea is good for you. Tea has been an integral part of traditional medicine and is revered as a cure-all in many Asian countries. The Chinese and Japanese have consumed this tea to improve health for centuries. It's even promoted in Western medicine as a way to treat symptoms of the cold and flu.<br>
The benefits of drinking tea go far beyond simply feeling better when you're sick. Drinking tea can help protect brain health, improve heart health, and may even prevent certain types of cancer. Here, we'll show you all the healthy benefits of drinking tea so you can settle in with your favorite mug and sip to your health.</p>
</div>
</div>
<div class="right-column">
<div class="card">
<h2>About Me</h2>
<img src="misbah.jpg" alt="me"/>
<h4>MISBAH QADRI</h4>
<p>Hello Everyone my name is misbah qadri.I am engineer student</p>
</div>
<div class="card">
<h3>TEA Types</h3>
<img src="turmeric_chai.jpg" alt="turmeric"/>
<img src="cardamom_chai.jpg" alt="cardamom"/>
<img src="masala_chai.jpg" alt="masala"/>
</div>
<div class="card">
<h3>EMAIL ID</h3>
<p><u>[email protected]</u></p>
</div>
</div>
</div>
<footer>
<h2>“The Adventure begins with Tea” </h2>
</footer>
</body>
</head>