-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFinlandInformation.html
38 lines (35 loc) · 1.85 KB
/
FinlandInformation.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
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="info.css" type ="text/css">
<meta charset="utf-8">
<link rel="icon"
href="Asset/euro_flag.jpg" />
<title>FinlandInfo</title>
</head>
<body style="background-image:url(Asset/finlandfinal.gif);">
<div id="container">
<div id="header">
<h1>Finland</h1>
</div>
<div id="back"> <a href="LearningOption.html"><img id="back_img" src="Asset/back.png" width="80" height="80"/></a></div>
<div id="home"> <a href="Index2.html"><img id="home_img" src="Asset/home.png" width="80" height="80"/></a></div>
<div id="adropos"> <img id="adropos_img" src="Asset/finnishman.gif" width="250" height="500"> /> </div>
<div id="papyrus"> <img src="Asset/papyrus_fin.gif" name="img_papyrus" id="img_papyrus"/></div>
<!-- <div id="info" >
<p> Finland is a country of the Northern Europe. The country is a member<br/>
of the European Union since 1995. It is borders with Sweden to the<br/>
west, Norway in the north, Russia in the east, and Estonia in the<br/>
south, although Finland and Estonia are separated by the Gulf of<br/>
Finland. The climate of Finland is cold. The winters are long lasting<br/>
and cold. The population of Finland was 5.4 million at the end of<br/>
2012. Finland is the 8th largest country in Europe in terms of area.<br/>
Helsinki is the capital of Finland and the official languages of the<br/>
country are Finnish and Swedish. Finland started using Euro on 1st of<br/>
January of 2002.Finland's most famous company is Nokia and one of<br/>
the most famous Finish people is Linus Torvalds, the founder of Linux. </p>
</div>-->
<div id="korou"> <img id="korou_img" src="Asset/finnishwoman.gif" width="250" height="500"> /> </div>
</div>
</body>
</html>