-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.html
More file actions
146 lines (118 loc) · 3.08 KB
/
3.html
File metadata and controls
146 lines (118 loc) · 3.08 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body,td,th {
font-family: "Arial Black", Gadget, sans-serif;
font-size: 16px;
color: #666;
}
body {
background-image: url(10.jpg);
}
</style>
</head>
<body>
<img src="a3.jpg" width="1341" height="100" alt="Title" />
<table style="width:720">
<h1><b><u><p style= "margin-left:30" align="left"><font size="5">Fill this form</p></u></b></h1>
<tr>
<td><b><p align=center>your registration no:</b></td>
<td>
<input type="text" name="Reg_no">
<input type="submit" value="Search">
</td>
</tr>
<tr>
<td><b><p align=center>Name of groom:</b></td>
<td>
<input type="text" name="Name_of_groom">
</td>
</tr>
<tr>
<td><b><p align=center>Name of bride:</b></td>
<td>
<input type="text" name="Name_of_bride">
</td>
</tr>
<tr>
<td><b><p align=center>Theame name:</b></td>
<td>
<input type="text" name="Theame_name">
</td>
</tr>
<tr>
<td><b><p align=center>Theame colour:</b></td>
<td>
<input type="color" name="Theame_colour">
</td>
</tr>
<tr>
<td><b><p align=center>Wedding_date:</b></td>
<td>
<input type="date" name="Date">
</td>
</tr>
<tr>
<td><b><p align=center>Telephone number:</b></td>
<td>
<table style="width:480">
<tr>
<td><input type="tel" pattern="[\+]\d{2}[\(]\d{2}[\)]\d{4}[\-]\d{4}" title="Phone Number" Format:" +99 9999-9999)"></td>
</tr>
<tr>
<td><input type="tel" pattern="[\+]\d{2}[\(]\d{2}[\)]\d{4}[\-]\d{4}" title="Phone Number" Format:" +99 9999-9999)"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><b><p align=center>Address:</b></td>
<td><input type="text" name="address"></td>
</tr>
<br>
<tr>
<td><td><br><p style= "margin-right:300"align="right"><input type="submit" value="Submit"></p></td></td>
</tr>
<tr>
<td><A href="pages/booking_hotel.html"> Booking hotel</A></td>
</tr>
<tr>
<td><A href="pages/2.html"> Foods </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Photograpy and Videograpy </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Studio </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Dancing </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Music </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Beauty parlour </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Saloon </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Lighting </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Decaration </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Stationary </A></td>
</tr>
<tr>
<td><A href="New folder/pages/2.html"> Transport </A></td>
</tr>
</table>
</form>
</body>
</html>