This commit is contained in:
Tizziana Mansy 2022-12-12 09:02:25 +01:00
commit 532d23adbc
3 changed files with 31 additions and 12 deletions

21
food_lifestyle.html Normal file
View file

@ -0,0 +1,21 @@
<!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>Food and Lifestyle</title>
</head>
<body>
<header>
<nav class="B">
<a href = "main.html">Main Page</a>
<a href = "where_to_go.html">Where To Go</a>
<a href = "history_mythology.html">History</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
</body>
</html>

View file

@ -9,14 +9,14 @@
</head>
<body class="A">
<header class="B">
<nav>
<a href>Main Page</a>
<a href>Where To Go</a>
<a href>History</a>
<a href>Food and Lifestyle</a>
<a href>Frequently Asked Questions</a>
</nav>
<header>
<nav class="B">
<a href = "main.html">Main Page</a>
<a href = "where_to_go.html">Where To Go</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
@ -56,7 +56,6 @@
<p id = "Greece"><b>New Greece</b></p>
<p>Britain, France and Russia wanted Greece to become a monarchy as well. They sent a prince that became the king of Greece in 1833. </p>
<p>Greece became a republic in 1924. In 1940, the Italians invaded Greece but they were quickly pushed back.</p>
</article>
</section>

View file

@ -6,13 +6,12 @@
<link rel="stylesheet" href="css/text.css">
</head>
<body>
<header>
<nav class="B">
<a href = "main.html">Main Page</a>
<a href = "where_to_go.html">Where To Go</a>
<a href = "history_mythology.html">History</a>
<a href>Food and Lifestyle</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>