-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyugos.html
136 lines (114 loc) · 4.06 KB
/
yugos.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
<!DOCTYPE html>
<html>
<head>
<title>Yugoslavia</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"><u color=black>Yugoslavia Stamps </u> </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/Yugoslavia.jpg" alt="stamp collection" style="width:50%;">
<p>Kingdom of Yugoslavia stamps came into being, from the combination of the former
Balkan Peninsula territories of the Austro-Hungarian Empire and the independent
Kingdom of Serbia, in the aftermath of World War I.
The word "Yugoslavia" is derived from the Slavic words "Jug", meaning "South", and
"Slaveni", meaning "Slavs", thus the new name literally means "Kingdom of the South Slavs".</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/Yugoslavia2.jpg" alt="stamp collection" style="width:50%;">
<p> The first definitive postage stamps, for use throughout the kingdom, appeared in 1921.
These new definitive stamps featured the portraits of Crown Prince Alexander (Lived: 1888-1934, Reigned: 1921-1934)
and King Peter I (Lived: 1844-1921, Reigned: 1918-1921). Between 1918 and 1921,
the major states of the new kingdom issued their own provisionally overprinted stamps. </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/Yugoslavia3.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="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>