-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (25 loc) · 1.81 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
<!doctype html>
<html>
<head>
<meta characterset="utf-8">
<title>MENU</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>OUR MENU</h1>
</header>
<div class ="container" id ="container1">
<h2>ENGLISH</h2>
<p>English is a west Germanic language that was first spoken in spoken in medileval England and eventually became a global lingua franca. It is named after angels ,one of the ancient Germanic peoples that migrated to the area of Great Britian that later took their name,England.English has developed over the course of more than 1400 years.English is the largest language by numbers of speakers ,and the third most spoken native language in the world,after Standard Chinese and Spanish.</p>
</div>
<div class ="container" id ="container2">
<h3>HINDI</h3>
<p>Hindi ,historically known as Hindui and Hindavi or more precisely Modern Standard Hindi is an Indo-Aryan language spoken in India.Hindi is the lingua franca of the Hindi belt and to a lesser extent other parts of India.Hindi is the forth most -spoken first language in the world,after Mandarin,Spanish and English.Hindi is mutually intelligible with standard Urdu,another recognised register of Hindustani as both share a common colloquial base.</p>
</div>
<div class ="container" id ="container3">
<h4>SPANISH</h4>
<p>Spanish is a part of Ibero-Romance group of languages,which evolved from several dialects of vulgar latin in Iberia after the collapse of the Western Roman Empire in the 5th century .The oldest latin texts with traces of Spanish come from mid-northern Iberia in the 9th century.Beginning in 1942,the Spanish language was taken to the viceroyalities of the Spanish empire,most notably to the Americans,as well as territories in Africa ,Oceanian and the philippines.</p>
</div>
</body>
</html>