-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage2.html
More file actions
46 lines (41 loc) · 1.1 KB
/
page2.html
File metadata and controls
46 lines (41 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href='style.css'>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<img src="F:\html\header.jpg" class="center">
<h1><center>Student Details</center></h1>
<form action="#" method='get' class="log">
<div>
<br>
<br>
<br>
<label for="Hallticket">Hall-Ticket Number:</label><br>
<br>
<input id="Hallticket" type="number" name="" placeholder="Type here">
<br>
<!-- <label for="Select">Password:</label><br>
<br>
<input id="" type="password" name="" placeholder="Type here" > -->
<select id="Data" name="data" style="{font-size: 20px;}">
<!-- <style type="text/css"></style> -->
<option value="1">Attendance</option>
<option value="2">Gate Pass</option>
<option value="3">GPA</option>
<option value="4">Interdisciplinary Issues</option>
<option value="5">Backlogs</option>
<option value="6">Prediction of CGPA</option>
</select>
<br>
<br>
<input type="submit" name="details" value="Submit" align="center">
<br>
<br>
<br>
</div>
</form>
</body>
</html>