-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforms.html
More file actions
160 lines (159 loc) · 6.6 KB
/
Copy pathforms.html
File metadata and controls
160 lines (159 loc) · 6.6 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<html>
<head>
<title>forms</title>
</head>
<body>
<p align="right"><a href="log-in.html">Log In|</a><a href="sign-up">Sign Up</a></p>
<img src="logo.jpg" width="100%" height="250px" >
<table border="1" cellpadding="0" cellspacing="2" bordercolor="black" width="100%" height="50px">
<td align="center" bgcolor="lightyellow"><u><a href="project_homepage.html">HOMEPAGE</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="pro_history.html">HISTORY</u></a></td>
<td align="center" bgcolor="lightyellow" ><u><a href="courses.html">COURSES OFFERED</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="vision.html">VISION</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="forms.html">FORM ONLINE</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="business-proposal.html">BUSINESS PROPOSAL</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="pictures.html">PICTURES</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="about-us.html">ABOUT US</u></a></td>
<td align="center" bgcolor="lightyellow"><u><a href="contact-us.html">CONTACT US</u></a></td>
</table>
<hr width="100%" size="5" color="blue">
<h1 align="center"><font color="red"> "FORM ONLINE"</h1>
<hr width="100%" size="5" color="blue">
<p align="center"><font face="Arial Black" size="5" color="red"><u>Admission Form</u></font></align></p>
<table>
<form>
<tr>
<td> <font face="Arial Black" size="5">First Name
<td><input type="text" name="fname" maxlength="25" widh="40">
</tr>
<tr>
<td> <font face="Arial Black" size="5">Middle Name
<td><input type="text" name="mname" maxlength="25" widh="40">
</tr>
<tr>
<td> <font face="Arial Black" size="5">Last Name
<td><input type="text" name="lname" maxlength="25" widh="40">
</tr>
<tr>
<td> <font face="Arial Black" size="5">Father's Name
<td><input type="text" name="fname" maxlength="25" widh="40">
</tr>
<tr>
<td> <font face="Arial Black" size="5"> Date of birth
<td> <select name="day">
<option>Select Date<option>1<option>2<option>3<option>4<option>5<option>6<option>7<option>8<option>9<option>
10<option>11<option>12<option>13<option>14<option>15<option>16<option>17<option>18<option>19<option>20<option>
21<option>22<option>23<option>24<option>25<option>26<option>27<option>28<option>29<option>30<option>31
</select>
<font face="Arial Black" size="5"><select name="Month">
<option>Select Month<option>January<option>February<option>March<option>April<option>May<option>June<option>July<option>August<option>September<option>
October<option>November<option>December
</select>
<font face="Arial Black" size="5"><select name="Year">
<option>Select Year<option>1990<option>1991<option>1992<option>1993<option>1994<option>1995<option>1996<option>1997
</select>
<tr>
<td> <font face="Arial Black" size="5">Nationality
<td><input type="text" maxlength="20" widh="30">
</tr>
<tr>
<td> <font face="Arial Black" size="5">State Of Domicile
<td> <select name="Domicile">
<option>Select State<option>Meghalaya<option>Assam<option>Arunachal Pradesh<option>Manipur<option>Mizoram<option>Tripura<option>Sikkim</select>
</tr>
<tr>
<td> <font face="Arial Black" size="5">Category
<td> <select name="Category">
<option>select Tribe<option> General<option>Schedule Caste<option>Schedule Tribe<option>
</select>
</tr>
<tr>
<td> <font face="Arial Black" size="5">Occupation
<td><input type="text" maxlength="20" widh="30">
</tr>
<tr>
<td><font face="Arial Black" size="5">Marital Status
<td><input type="radio" name="marital status">Un-married
<input type="radio" name="marital status">Married
</tr>
<td align="left"><font face="Arial Black" size="5">Gender
<td><input type="radio" name="sex" value="M">Male
<input type="radio" name="sex" value="F">Female
</form>
</table>
<hr color="blue" width="100%" size="6"></hr>
<p laign="left"><b><u><font face="Arial Black" size="5" color="black">Educational Qualification</font></u></b></align></p>
<p>
<table align="center" border="1">
<tr bgcolor="pink">
<td align="center">Sl. No.</td>
<td align="center">Examination</td>
<td align="center">Year Of passing</td>
<td align="center">Board/University</td>
<td align="center">% of Marks</td>
<td align="center">Division</td>
</tr>
<tr bgcolor="sky Blue">
<td align="center">1</td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
</tr>
<tr bgcolor="sky Blue">
<td align="center">2</td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
</tr>
<tr bgcolor="sky Blue">
<td align="center">3</td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
</tr>
<tr bgcolor="sky Blue">
<td align="center">4</td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
<td align="center"><input type="text"></td>
</tr>
</table>
<table align="left">
<tr>
<td><font face="Arial Black" size="5">Courses Opted For
<td><select name="Course"><option>Select Course<option>MS-Word<option>MS-Dos and Windows<option>MS-Powerpoint and Internet<option>
BASIC Programming <option>MS-Excel<option>Computer Hardware<option>Music(Keyboard)<option>Music(Guitar)<option> Tailoring<option>Karate<option>
TypeWriting</select>
<td><font size="4"><a href="courses.html">VIEW COURSES & COURSE DURATION</font></a>
</tr>
<tr>
<td><font face="Arial Black" size="5">Timing Opted For
<td><input type="text" name="fname" maxlength="25" width="50"><Font Color="Red" size="4">(Ensure the timing entered is correct)</font>
</tr>
</table>
<br/>
<br/>
<br/><br/>
<br/>
<p align="center"><input type="submit" align="center" name="btno" value="submit the form">
</p>
<center>
<a href="forms.html">Go to Top </a></br/>
</center>
<br/>
<hr width="50%" color="black" size="5">
<h4 align="center"><font color="black"> NORTH EASTERN INSTITUTE OF COMPUTER TECHNOLOGY</font></h4>
<hr width="50%" color="black" size="5">
<table align="left" width="100%" height="6%" border="0" bordercolor="black">
<td bgcolor="black" align="center"><font color="white" size="4">© 2017. NICT All rights reserved<br/>Designed by Muskan Chaudhary</td></font>
</table>
</body>
</html>