-
Notifications
You must be signed in to change notification settings - Fork 0
/
aa.html
71 lines (63 loc) · 2.28 KB
/
aa.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
<!DOCTYPE html>
<html>
<head>
<title>Online Application</title>
</head>
<body background=" https://i.ibb.co/238J18m/images-1.jpg " height="150" width="150">
<center>
<center>
<b><strong>
<p><h3> JAYA ENGINEERING COLLEGE </h3></p>
</strong> </b>
<img src="https://i.ibb.co/PGY0v05/logo.png" alt="logo" border="0">
<h4><ul>Online Application Portal</ul></h4>
</center>
<h4>
<small>
<form>
<table border="0">
<tr><td>
<label>First Name:</label> </td>
<td> <input type="text"/>
</td> </tr>
<tr><td> <label>Last Name :</label> </td>
<td> <input type="text"/> </td> </tr>
<tr><td> <label> Gender: </label> </td>
<td> <label for="Male">Male</label>
<input type="radio" id="male" name="female"/>
<label for="female">Female</label>
<input type="radio" id="female" name="female"/> </td> </tr>
<tr><td> <label>Date Of Birth: </label> </td>
<td> <input type="date" placeholder="click here"/> </td> </tr>
<tr><td> <label>Phone Number : </label></td>
<td> <input type="tel" maxlength="10" placeholder="9876543211"/></td></tr>
<tr><td> <label>Email ID : </label> </td>
<td> <input type="email"/> </td> </tr>
<tr><td> <label>Course : </label> </td>
<td> <select>
<option>Select Course </option>
<option>Computer Science </option>
<option>Mechanical</option>
<option>Civil</option>
<option>Information Technology</option>
<option>Textile</option>
</select> </td></tr>
<tr></tr>
<tr><td>
<label> Percentage:<label> </td>
<td>
<label>SSLC </label>
<input type="number" min="41" max="100"> </td>
<tr> <td></td><td> <label>HSC</label>
<input type="number" min="41" max="100"> </td> </tr>
<tr><td>
<input type="reset"/>
</td>
<td><input type="submit"/></td></tr>
</table>
</form>
</small>
</h4>
</center>
</body>
</html>