forked from RAJEEVKUMAR9598/wallpaperHD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (95 loc) · 2.4 KB
/
index.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
<HTML>
<HEAD>
<TITLE> OFFICIAL </TITLE>
<link rel="shortcut icon" href="hh.ico" type="image/x-icon">
<BODY BGCOLOR="pink">
<P ALLIGN="CENTER"><font size="30" color=black>@A LOVELY PLACE::</font></P>
<p allign="LEFT" ><font size=10 color=red>A NEW WALLPAPER GALARY@: WEBSITE:</font> </p>
<table border="2" width="100%" bgcolor="skyblue" height=10%>
<tr>
<th width="20%" font color="white" size="4"><a href=".\HTML\HOME.HTML" target="_blank">HOME</a></font></th>
<th width="20%"><font color="white" size="4"><a href=".\HTML\FORM.HTML" target="_blank">NEW RESISTRATION</a></font></th>
<th width="20%"><font color="white" size="4"><a href=".\HTML\image.HTML" target="_blank">GALLERY</a></font></th>
<th width="20%"><font color="white" size="4"><a href=".\\HTML\webpage.HTML" target="_blank">ABOUT</a></font></th>
</tr>
</table>
<marquee bgcolor=red font size="22" direction=right>::welcome to my office :: </marquee></font>
<marquee bgcolor=WHITE FONT SIZE="22" dirction=left>all star filled are compulasiory: </marquee></FONT>
<IMG SRC=".\IMAGE\LIB1.PNG" HEIGHT="70%" WIDTH="100%" />
<html>
<head>
<title>Forms</title>
</head>
<body>
<P3>
<HR>
<HR>
<fieldset>
<legend>
Your Details:
</legend>
<label>
Name:
<input type="text" name="name" size="30" maxlength="100">
</label>
<br />
<label>
Email:
<input type="email" name="email" size="30" maxlength="100">
</label>
<br />
</fieldset>
<br />
<fieldset>
<legend>
Your Review:
</legend>
<p>
<label for="hear-about">
How did you hear about us?
</label>
<select name="referrer" id="hear-about">
<option value="google">groups</option>
<option value="friend">Friend</option>
<option value="advert">social media</option>
<option value="other">Others</option>
</select>
</p>
<p>
<br />
<label>
How did you like it::<br>
<input type="radio" name="rating" value="yes" />
Yes
</label>
<label>
<input type="radio" name="rating" value="no" />
No
</label>
<label>
<input type="radio" name="rating" value="maybe" />
Maybe
</label>
</p>
<p>
<label for="comments">
Comments:
</label>
<br />
<textarea rows="4" cols="40" id="comments">
</textarea>
</p>
<label>
<input type="checkbox" name="subscribe" checked="checked" />
Sign me up for email updates
</label>
<br />
<input type="submit" value="Submit review" />
</fieldset>
</form>
<H2 title="center">TNX!! </H2>
</P3>
</body>
</html>
</body>
</html>