-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAustria.html
142 lines (116 loc) · 4.15 KB
/
Austria.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="jquery-3.4.1.min.js"></script>
<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>
<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"> Austrian Empire </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/xAutEmpireArms.jpg.pagespeed.ic.0FfjhVRHB8.jpg" alt="Austrian stamp collection" style="width:30%;">
<p> The Austrian Empire was founded on a remnant of the Holy Roman Empire. Napoleon I of France had
attacked and then crushed the thousand-year-old Holy Roman Empire in 1804. Following the defeat of
Napoleon I, a new empire was founded by the Hapsburg monarch, former Holy Roman Emperor Francis II,
who became Emperor Francis I of Austria. The new empire was composed of his personal lands,
within and outside of the boundaries of the former Holy Roman Empire.</p>
<p>When Francis II assumed the title of the first Emperor of Austria, the empire stretched from
lower Poland in the North to the Balkans and Northern Italy in the South, and from Russia in the
East to Bavaria and Switzerland in the West. It would remain the largest and most powerful
European empire, until early in the 20th Century.</p>
<head>
<title>Austria</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<img src="images/salzburg-postage-stamp-austria-1957-D36MR7.jpg" alt="Austrian stamp collection" style="width:30%;">
</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>