-
Notifications
You must be signed in to change notification settings - Fork 0
/
Search Page.html
81 lines (65 loc) · 2.41 KB
/
Search Page.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
All The Historical Places Can Be Found Here
</title>
<style>
body {background-color: floralwhite;}
h1 {color: blue; font-family: Algerian;text-align: center;}
h2 {color: blue; font-family: Algerian}
</style>
</head>
<body>
<h1><u>PLACES CAN BE FOUND IN THIS PAGE</u></h1>
<br>
<h2>1. Taj Mahal</h2>
<img src="Images/TajMahal.jpg" alt="Taj Mahal" style="width:420px;height:281px;">
<br>
<div style="text-align: left;">
<button type="button"><a href="Taj Mahal.html">Click Here To Know Information About Taj Mahal </a></button>
</div>
<br>
<h2>2. Charminar</h2>
<img src="Images/charminar.jpg" alt="Charminar" style="width:420px;height:281px;">
<br>
<div style="text-align: left;">
<button type="button"><a href="Charminar.html">Click Here To Know Information About Charminar</a></button>
</div>
<br>
<h2>3. Red Fort</h2>
<img src="Images/red-fort-delhi1.jpg" alt="Red Fort" style="width:420px;height:281px;">
<br>
<div style="text-align: left;">
<button type="button"><a href="Red Fort.html">Click Here To Know Information About Red Fort</a></button>
</div>
<br>
<h2>4. Gateway Of India</h2>
<br>
<img src="Images/gatewayofindia.jpg" alt="Gateway Of India" style="width:420px;height:281px;">
<br>
<div style="text-align: left;">
<button type="button"><a href="Gateway Of India.html">Click Here To Know Information About Gateway Of India</a></button>
</div>
<br>
<h2>5. Golden Temple</h2>
<br>
<img src="Images/golden-temple.jpg" alt="Golden Temple" style="width:420px;height:281px;">
<br>
<div style="text-align: left;">
<button type="button"><a href="Golden Temple.html">Click Here To Know Information About Golden Temple</a></button>
</div>
<br>
<h2>6. Qutub Minar</h2>
<br>
<img src="Images/qutubminar.jpg" alt="Qutub Minar" style="width:420px;height:281px;">
<br>
<div style="text-align: left;">
<button type="button"><a href="Qutub Minar.html">Click Here To Know Information About Qutub Minar</a></button>
</div>
<br>
<div style="text-align: left;">
<button type="button"><a href="index.html">Home Page</a></button>
</div>
</body>
</html>