-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAttraction.html
37 lines (34 loc) · 1.52 KB
/
Attraction.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" style.css="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
</body>
<header>
<nav>
<ul>
<li><a href="index.html"> Home </a></li>
<li></li>
<li><a href="Food.html"> Food </a></li>
<li></li>
<li><a href="Attraction.html"> Attraction </a></li>
<li></li>
<li><a href="Music.html"> Music </a></li>
<li></li>
</ul>
</nav>
</header>
<h1>Welcome To Nile</h1>
<iframe width="100%" height="619" src="https://www.youtube.com/embed/aEjUoN2GjEs" title="The Nile River: The water crisis in Egypt" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<h2>
The Nile is a major north-flowing river in northeastern Africa. It flows into the Mediterranean Sea. The Nile is the longest river in Africa and has historically been considered the longest river in the world, though this has been contested by research suggesting that the Amazon River is slightly longer. Wikipedia
<mark>Blue Nile River, White Nile, Atbarah</mark>
<Mark>Length: 6,650 km</Mark>
<Mark> Mouth: Mediterranean Sea</Mark>
<mark>Countries: Egypt, Sudan</mark>
</h2>
</body>
</html>