-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.html
115 lines (86 loc) · 2.52 KB
/
form.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
<!doctype html>
<head>
<script type="text/javascript">function lok(){alert("thanks for applying");}</script></head>
<body background="bg-body.jpg">
<a href="" link="green">google</a>
<center>
<font face="times new roman" size="20px" color="blue"><li><u>REGISTRATION FORM</u></li></font>
</center>
</style>
<form method=get action="1.html">
<table size="60px" border="8" align="center" height="600px" cellspacing="5" cellpadding="10" width="900px" bgcolor="white">
<tr>
<td>
<font face="arial" color="red" size="6">
enter your name<input type="text" color="red" size="20" placeholder="name" bgcolor="red" name="lokesh">
</tr>
</td>
<tr>
<td>
<font face="arial" color="red" size="6">
enter your college name<input type=text name="nit sxr" placeholder="college"></font>
</td>
</tr>
<tr>
<td>
<font face="arial" color="red" size="6">
enter your age<input type=text name="nit sxr" placeholder="in worsds"></font>
</td>
</tr>
<tr>
<td>
<font face="arial" color="red" size="6">
enter your hobby<input type=text name="nit sxr" placeholder="only for techvaganza aspirants"></font>
</td>
</tr>
<tr>
<td>
<font face="arial" color="red" size="6">
enter your semester<input type=text name="nit sxr" placeholder="in worsds"></font>
</td>
</tr>
<tr>
<td>
<font face="times new roman" color="red" size="6">
select your city
<select name="city" placeholder="city" size="1">
<option value="srinagar">srinagar
<option value="goa">goa
<option value="bombay">bombay
<option value="delhi">delhi
<option value="rajasthan">rajasthan
<option value="punjab">punjab
</td>
</tr>
</select>
<tr>
<td>
<font face="arial" color="red" size="6">
course
<input type=checkbox name="n8" value="BE">BE
<input type=checkbox nname="n8" value="M.TECH">M.TECH
</tr>
</td>
<tr>
<td><font face="arial" color="red" size="6">
gender
<input type=radio name="n9" value="male">male
<input type=radio name="n9" value="female">female
</td>
</tr>
</table>
<br><center>
<align="right">
<form><input type="button" value="submit" onclick="alert('thanks for applying');"></form>
</align></center>
</form>
<footer>
<center>
<p style="color:green; font-size:30px; font-family:bold;">
<a href="lok.html">back home</a></p>
</center>
<center><table bgcolor="#333" width="700" height="150">
<tr><td><marquee><center style="color:white; font-size:30px;">NIT SRINAGAR<BR>JAMMU AND KASHMIR<br>PIN-190006</center></marquee>
</td></tr></table>
</body>
</html>