-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 2.13 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
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY COUNTRY IS SCOTLAND</title>
<style>
h1 {
text-transform: uppercase;
text-decoration:underline ;
}
li {
}
</style>
</head>
<body>
<h1 style="color: white; background-color: blueviolet; border: 10px double blue; padding: 30px;text-align: center;height: 300px; ">my country is Scotland</h1>
<p style="color: darkmagenta; background-color:gold ;padding: 50px ; border: 8px solid greenyellow; margin: 200px; border-radius: 50px; ">Scotland has over 790 islands which are inhabited</p>
<p>Islands that make up great britain</p>p font-size: 24px; ">
<li>England</li>
<li>Scotland</li>
<li>wales</li>
<li>Northern Ireland</li>
</ul>
<ol>
<li>Edinburgh</li>
<li>Glasgow</li>
<li>Aberdeen</li>
<li> Troon</li>
<ul>
<li> <img src="golf.jpg" alt="Golf history " width="500" height="300"> Golf was invented in scotland</li>
<li> <img src="unicorn.webp" alt="the national animal" width="500" height="300">The national animal of Scotland is a unicorn.
<li> <img src="j292002_g52.gif" alt="a chart of the population" width="500" height="300" >Over 90% of Scottish residents live in less than 5% of the country’s area</li>
<li> <img src="best.jpg" alt="islands" width="500" height="300">Scotland has 790 islands </li>
<li> <img src="178420.jpg" alt="oldest tree " width="500 " height="300">Scotland is home to the oldest tree in europe </li>
<li> <img src="" alt="">Scotland is home to the largest waterfall in britain</li>
<li> <img src="water.jpg" alt="waterfall" width="500" height="300">There are over 900 islands in Scotland</li>
<li> <img src="OIP.jpeg" alt="bank" width="500" height="300">one of the three oldest banks is bank of scotland</li>
<li> <img src="" alt="">Aberdeen is nicknamed the granite city for its huge amounts of granite</li>
<li> <img src="granite.jpeg" alt="Aberdeen" width="500" height="300">Edinburgh is the the most modern city in the world</li>
</ul>
</ol>
<br>
<hr>
</body>
</html>