-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserbia.html
138 lines (116 loc) · 4.26 KB
/
serbia.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>SERBIA</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<script src="jquery-3.4.1.min.js"></script>
<script>
$(document).ready(function(){
$("#a1").click(function(){
$("ul").toggle();
});
});
$(document).ready(function() {
$('#ui1').hide();
});
</script>
</head><body>
<table width="90%" align="center" border="8" background="images/stamp_collage.jpg">
<tr>
<td colspan="2" align="center">
<h1 style="color:AQUA" > <u color=black>STAMP COLLECTION</u> </h1>
</td>
</tr>
</table>
<hr>
</hr>
<div style="overflow:auto">
<div class="menu">
<a href="main.html">Home</a>
<a href="Information.html">Information</a>
<a href="#" id="a1" >Categories</a>
<ul style="list-style-type:none;" id="ui1">
<li style="display:none">a</li>
<li style="display:none">a</li>
<li><a href="Austria.html">Austria</a></li>
<li><a href="Canada.html">Canada</a></li>
<li><a href="France.html">France</a></li>
<li><a href="Germany.html">Germany</a></li>
<li><a href="India.html">India</a></li>
<li><a href="Italy.html">Italy</a></li>
<li><a href="Russia.html">Russia</a></li>
<li><a href="serbia.html">Serbia</a></li>
<li><a href="usa.html">USA</a></li>
<li><a href="yugos.html">Yogoslavia</a></li>
</ul>
<a href="Sa.html">Stamp Albums</a>
<a href="Sf.html">Stamp Forgeris</a>
<a href="pt.html">Philatellic Terms</a>
<a href="FAQs.html">FAQs</a>
<a href="pp.html">Privacy Policy</a>
</div>
<div class="main">
<script async src="https://cse.google.com/cse.js?cx=000888210889775888983:pqb3ch1ewhg"></script>
<div class="gcse-searchbox-only" data-resultsUrl="https://googlecustomsearch.appspot.com/elementv2/two-page_results_elements_v2.html?query=test"></div>
<br>
<hr>
<h2 align="center">Serbia Stamps </h2>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<img src="images/serbia.jpg" alt="stamp collection" style="width:50%;">
<p>Definitive Serbia stamps first appeared in 1866. This was a crucial time in Serbian history.
Serbia had been a semi-independent principality within the Ottoman Empire since 1804.
They expelled the last of the Ottoman troops from their territory and declared their independence
from the Ottoman Empire in 1867. By the treaty of Berlin, in 1878, the international community
formally recognized the independence of the Principality of Serbia, and Serbia became
a constitutional monarchy in 1882.</p>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<img src="images/serbia2.jpg" alt="stamp collection" style="width:50%;">
<p> Definitive Serbia stamps first appeared in 1866. This was a crucial time in Serbian history.
Serbia had been a semi-independent principality within the Ottoman Empire since 1804.
They expelled the last of the Ottoman troops from their territory and declared their independence
from the Ottoman Empire in 1867. By the treaty of Berlin, in 1878, the international community
formally recognized the independence of the Principality of Serbia, and Serbia became
a constitutional monarchy in 1882</p>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<img src="images/serbia3.jpg" alt="stamp collection" style="width:50%;">
</div>
<div class="right">
<h2><u>About</u></h2>
<p>Postage stamps are often collected for their historical value and geographical
aspects and also for the many subjects depicted on them, ranging from ships,
horses, and birds to kings, queens and presidents.</p>
<p><a href="info.html" style="color:black">Information</a></p>
<p><a href="fac.html" style="color:black">FAQ</a></p>
<p><img src="images/123.jpg" width="70%" height="20%"></p>
</div>
</div>
<br>
<br>
<footer>
<div style="background-color:#b5dcb3;text-align:center;padding:10px;margin-top:7px;">© copyright Stamp collection.com</div>
</footer>
</body>
</html>