forked from Codi-T03/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFaten_HTML3.html
More file actions
103 lines (96 loc) · 5.3 KB
/
Faten_HTML3.html
File metadata and controls
103 lines (96 loc) · 5.3 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Faten_html3</title>
<link rel="stylesheet" href="style3.css">
</head>
<body>
<div id="wrapper-div"></div>
<div id="header">
<span>THE DARK CHOCCOLATE IS THE LOVE</span>
</div>
<div id="nav-bar">
<a class="active" href="#home">Home</a>
<a href="#service">Service</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</div>
<div id="main-div" class="clearfix">
<div id="side-bar">
<h2>MENU</h2>
<ul>
<li><a href="#">CHOCCOLATE LIGHT</a></li><br>
<li><a href="#">CHOCCOLATE WITH STRAWBERRY</a></li><br>
<li><a href="#">CHOCCOLATE WITH NUTS</a></li><br>
<li><a href="#">CHOCCOLATE WITH FRUITS</a></li><br>
<li><a href="#">CHOCCOLATE WITH DATES</a></li><br>
</ul>
<br>
<br>
<div id="about">
<h2>ABOUT LUXURY</h2>
<p>Founded in 2005 in Beirut (Lebanon) by the young chocolatier SABAH KHODER,
the Luxury Group is a family-run business and one of the largest chocolates and confectionery companies in the world.
Today, our reach extends across 55 countries on 5 continents with iconic brands distributed in over 170 countries.
With his global vision, built upon our heritage, Giovanni Ferrero continues to run the company successfully. Generation after generation,
our commitment to creating value forms the basis for crafting our much-loved products in an ethical and socially conscious manner.</p>
</div>
</div>
<div id="body-ar">
<div>
<img src="Assets/img3/image2.jpg" alt="choccolate with NUTS"
<p> Very nutritious
If you buy quality dark chocolate with a high cocoa content, then it’s quite nutritious.
It contains a decent amount of soluble fiber and is loaded with minerals.
Of course,
100 grams (3.5 ounces) is a fairly large amount and not something you should be consuming daily. These nutrients also come with 600 calories and moderate amounts of sugar.
For this reason, dark chocolate is best consumed in moderation.
The fatty acid profile of cocoa and dark chocolate is also good. The fats consist mostly of oleic acid (a heart-healthy fat also found in olive oil), stearic acid, and palmitic acid.
The stearic acid has a neutral effect on body cholesterol. Palmitic acid can raise cholesterol levels, but it only makes up one-third of the total fat calories.
Dark chocolate also contains stimulants like caffeine and theobromine,but it’s unlikely to keep you awake at night,
as the amount of caffeine is very small compared with coffee.</p>
</div>
<br>
<br>
<div>
<h1 id="service">HAVE MANY ITEMS OF CHOCOLATE</h1>
<br>
<img class="sec-img" src="Assets/img3/image3.jpg" alt="chocolate with fruits">
<img src="Assets/img3/image5.jpg" alt="chocolate with DATES">
<img src="Assets/img3/image6.jpg" alt="chocolate with coconuts">
</div>
<br>
<div id="benf">
<h3>SOME BENEFITS ABOUT THE CHOCOLATE</h3><br>
<p>Could improve brain function
The good news isn’t over yet. Dark chocolate may also improve the function of your brain.
Studies show that eating high flavanol cocoa can improve blood flow to the brain in young adults. This may explain why eating cocoa daily appears to improve attention, verbal learning, and memory (17Trusted Source).
Cocoa flavanoids may also help maintain cognitive function in older adults with mild cognitive impairment and reduce the chance of progressing to dementia. But more research is needed (18Trusted Source).</p>
<br><br>
<a href="https://www.healthline.com/nutrition/7-health-benefits-dark-chocolate#TOC_TITLE_HDR_9" target="_blank">READ MORE</a>
</div>
<div id="contact">
<h2> CONTACT US</h2>
<BR>
NAME: <input type="name" placeholder="your name"><br><br>
EMAIL: <input type="email" placeholder="your mail"><br><br>
<p>YOUR MESSAGE:
<input type="message"></p><br><br>
COMPLAINT <input type="radio" name="mess" ><br><br>
SUGGESTION <input type="radio" name="mess"><br><br>
<input type="submit" value="send request">
</div>
<div></div>
</div>
</div>
<div id="footer">
<a class="active" href="#home">Home</a>
<a href="#service">Service</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
Copyright@ <a href="www.codi.com" target="_blank">Codi.tech</a>
</div>
</body>
</html>
</div>