-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathItaly.html
143 lines (119 loc) · 4.46 KB
/
Italy.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
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<title>ITALY</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">Stamps of Italy </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/Italy.jpg" alt="stamp collection" style="width:50%;">
<p>The stamps of Italy, from 1862 to date, offer casual collecting, philatelic study, and thematic
collecting options that are almost limitless. With over 2,500 years of recorded history and
civilization, Italy will probably never run out of archeological, artistic, cultural, and historical
subjects to illustrate on their pictorial definitive and commemorative postage stamps.
Rome, the capitol of Italy, was founded as a settlement along the Tiber River in 753 B.C.
It is one of the oldest, continuously occupied, cities on the face of the Earth.
It definitely measures up to its nickname as the "ETERNAL CITY". </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/italy2.jpg" alt="stamp collection" style="width:50%;">
<p> The Kingdom of Italy was proclaimed on March 17, 1861, and the first official postage
stamps of Italy began appearing in 1862. They were actually a continuation of the
postage stamps of the Kingdom of Sardinia. </p>
<p>In 1866, with the aid of France and Prussia, the Austrian Imperial provinces of Lombardy
and Venetia were annexed to the Kingdom of Italy. In 1870, the Italians took over
the Papal States, and for the first time since the 6th Century, all of the Italian peninsula
was united into a single parliamentary constitutional monarchy, with its capitol at Rome.</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/italy3.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>