-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndia.html
153 lines (123 loc) · 4.78 KB
/
India.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
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html>
<head>
<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>Indian 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/download (1).jpg" alt="stamp collection" style="width:35%;">
<p>Indian postal systems for efficient military and governmental communications had developed
long before the arrival of Europeans. When the Portuguese, Dutch, French, Danish and British
displaced The Marathas who had already defeated the Mughals, their postal systems existed
alongside those of many somewhat independent states.</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/download (2).jpg" alt="stamp collection" style="width:25%;">
<p> the Indian Post Office was established in 1837, Asia's first adhesive stamp,
the Scinde Dawk, was introduced in 1852 by Sir Bartle Frere, the British East India
Company's administrator of the province of Sind. The Indian postal system developed
into an extensive, dependable and robust network providing connectivity to almost
all parts of India, Burma, the Straits Settlements and other areas controlled by the
British East India Company (EIC). Based on the model postal system introduced in England by the
reformer, Rowland Hill, efficient postal services were provided at a low cost and enabled the smooth
commercial, military and administrative functioning of the EIC and its successor, the British Raj..</p>
<p> The history of India's postal system begins long before the introduction of postage stamps.
The antecedents have been traced to the systems of the Persian Empire instituted by Cyrus the
Great and Darius I for communicating important military and political information.
The Atharvaveda (or Arthveda) which is one of the oldest books in the world, records a
messenger service in ancient India millenniums ago. </p>
<head>
<title>India</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/download (3).jpg" alt="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>