-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (40 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<ul>
<li> home</li>
<li>food</li>
<li><a href="about-us.html">aboutus</a></li>
</ul>
<p>Arab cuisine: is the cuisine of the Arabs, defined as the various regional cuisines spanning the Arab world, from the Maghreb to the Fertile Crescent and the Arabian Peninsula.[1] The cuisines are often centuries old and reflect the culture of great trading in spices, herbs, and foods. The three main regions, also known as the Maghreb, the Fertile Crescent, and the Arabian Peninsula, have many similarities, but also many unique traditions. These cuisines have been influenced by the climate, cultivating possibilities, as well as trading possibilities.
</p>
</header>
<main>
<p id="intro">We present all arabic foods</p>
<ul>
<li>Mansaf</li>
<li>kabseh</li>
<li>maqlobeh</li>
<li>mandie</li>
</ul>
<p>People can sometimes be hesitant and anxious about trying new food, especially if it contains ingredients you have never heard of. Middle Eastern cuisine, owing to the vastness of the land and the people it originates from, is rich beyond comprehension, both in taste and ingredients.</p>
<br>
<p>Also, it’s vegan heaven! Arab countries offer tasty traditional food to tourists around the world. Whether its Abu Dhabi, Saudi Arabia, Dubai or Ajman, you will get the chance to enjoy the best, tasty and traditional Arab food everywhere. But if you still want to make middle eastern wonders at home, the following seven are the most traditional recipes of Arab cuisine which you must try at least once in your life!
</p>
<p>here are some pictures</p>
<img src="images/Kabseh.jpg" width="300" height="250">
<img src="images/mansaf.jpg" width="300" height="250">
</main>
<footer>
</footer>
<script src="javascript/app.js"></script>
</body>
</html>