-
Notifications
You must be signed in to change notification settings - Fork 0
/
programming.html
69 lines (55 loc) · 2.3 KB
/
programming.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
<html>
<head>
<title>List Programming Tests</title>
<link rel="stylesheet" type="text/css" href="programming.css">
</head>
<body>
<div class="header">
<div class="lheader">
<img src ="vit.png" width="200" height="86">
</div>
<div class="rheader">
<ul>
<li style="line-height: 40px;"><b>Vellore Institute of Technology</b></li>
<li><font size="-0.5">Login</font></li>
<li><font size="-0.5">Features</font></li>
<li><font size="-0.5">Contact</font></li>
</ul>
</div>
</div>
<div class="navbar">
<a href="index.html" style="margin-left: 130px;">Home</a>
<div class="dropdown">
<button class="dropbtn">Attend a Test
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="mcq.html">MCQ Test</a>
<a href="programming.html">Programming Test</a>
</div>
</div>
<a href="profile.html">Profile</a>
<div class="dropdown">
<button class="dropbtn">View Marks
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="marksm.html">MCQ Test</a>
<a href="marksp.html">Programming Test</a>
</div>
</div>
<a href="timetable.html">Time Table</a>
<a href="logout.html">Logout</a>
</div>
<br>
<div class="dropdowntwo">
<button class="dropbtntwo">Select a topic</button>
<div class="dropdown-contenttwo">
<a href="#">CSE1001</a>
<a href="#">CSE1002</a>
</div>
</div>
<br><br><br>
<font size="+3" face="sans-serif" ><center><strong>Programming Tests</center></strong></font>
</body>
</html>