-
Notifications
You must be signed in to change notification settings - Fork 0
/
tables.html
221 lines (212 loc) · 7.35 KB
/
tables.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tables in html</title>
<style>
ul{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
background-color:#333;
position:fixed;
top:0;
left:0;
width:100%;
}
li{
float:left;
}
a{
text-decoration:none;
display: block;
padding:10px;
color:white;
text-align: center;
}
li a:hover{
background-color: black;
}
footer{
background-color:lightgray;
width:100%;
position:fixed;
bottom:0;
left:0;
padding:50px;
}
footer table{
border-spacing:15px;
}
footer table td a{
color:black;
}s
img{
position:fixed;
margin-right:1px;
}
</style>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Papers
<select>
<option value=""><a href="#">Business Communication</a></option>
<option value=""><a href="#">Business Prcatice and Management</a></option>
<option value=""><a href="#">Basic Mathematics-I</a></option>
<option value=""><a href="#">Introduction to Computer Science</a></option>
<option value=""><a href="#">Problem Solving And programming in C</a></option>
</select>
</a></li>
<li><a href="#">Exams
<select name="exams" id="exams">
<option value=""><a href="#">Semester I</a></option>
<option value=""><a href="#">Semester II</a></option>
<option value=""><a href="#">Semester III</a></option>
<option value=""><a href="#">Semester IV</a></option>
<option value=""><a href="#">Semester V</a></option>
<option value=""><a href="#">Semester VI</a></option>
</select>
</a></li>
<li><a href="#">Resoucres
<select name="" id="">
<option value=""><a href="#">Books</a></option>
<option value=""><a href="#">Notes</a></option>
<option value=""><a href="#">Sample Papers</a></option>
<option value=""><a href="#">PYQs</a></option>
</select>
</a></li>
<li><a href="#">Result
<select name="exams" id="exams">
<option value=""><a href="#">Semester I</a></option>
<option value=""><a href="#">Semester II</a></option>
<option value=""><a href="#">Semester III</a></option>
<option value=""><a href="#">Semester IV</a></option>
<option value=""><a href="#">Semester V</a></option>
<option value=""><a href="#">Semester VI</a></option>
</select>
</a></li>
<li><a href="#">Account
<select name="" id="">
<option value=""><a href="#">Profile Setting</a></option>
<option value=""><a href="#">Privacy Setting</a></option>
<option value=""><a href="#">Dashbord</a></option>
<option value=""><a href="#">Log Out</a></option>
</select>
</a></li>
<li><a href=""><img src="/vbulogo.jpeg" alt="vbu logo" height="25px"></a></li>
</ul>
</nav>
</header>
<main>
<center>
<br><br>
<h1>Vinoba Bhave University, Hazaribagh</h1>
<h2>UNIVERSITY DEPARTMENT OF COMPUTER APPLICATIONS</h2>
<h3>Syllabus</h3>
<h4>(BCA, Semester-I)</h4>
</center>
<center>
<table cellspacing="15">
<thead>
<tr>
<th>Paper Code</th>
<th>Title </th>
<th> Credit </th>
<th>Marks</th>
</tr>
</thead>
<tbody>
<tr>
<td>BCA F1001</td>
<td>Business Communication</td>
<td> 4 </td>
<td>100</td>
</tr>
<tr>
<td>BCA F1002</td>
<td>Basic Mathematics-I</td>
<td>5</td>
<td>100</td>
</tr>
<tr>
<td>BCA F1003</td>
<td>Business Practice and Management</td>
<td>4</td>
<td>100</td>
</tr>
<tr>
<td>BCA C1004</td>
<td>Introduction to Computer Science</td>
<td>4</td>
<td>100</td>
</tr>
<tr>
<td>BCA C1005</td>
<td>Problem Solving and Programming in C</td>
<td>5</td>
<td>100</td>
</tr>
<tr>
<td>BCA P1006</td>
<td>Computer Basic and PC Software Lab</td>
<td>1</td>
<td>50</td>
</tr>
<tr>
<td>BCA P1007</td>
<td>C Programming Lab</td>
<td>1</td>
<td>50</td>
</tr>
<tr>
<td>BCA P1008</td>
<td>Communication Skill Lab</td>
<td>1</td>
<td>50</td>
</tr>
</tbody>
</table>
</center>
</main>
<footer>
<div>
<table>
<thead >
<tr>
<th><a href="#">Contact Us</a></th>
<th><a href="#">Gallery</a></th>
<th><a href="#">Courses</a></th>
<th><a href="#">Admin Portal</a></th>
<th><a href="#">Network</a></th>
<th><a href="#">Campus Info</a></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#">Call at : 91-0123456789</a></td>
<td><a href="#">Photo Gallery</a></td>
<td><a href="#">BCA</a></td>
<td><a href="#">University Poratl</a></td>
<td><a href="#">Professors</a></td>
<td><a href="#">MCA Department Campus</a></td>
</tr>
<tr>
<td><a href="#">Mail at : contact@bca.vbu</a></td>
<td><a href="#">Video Gallery</a></td>
<td><a href="#">MCA</a></td>
<td><a href="#"> MCA Department Portal</a></td>
<td><a href="#">Students</a></td>
<td><a href="#">Full University Campus</a></td>
</tr>
</tbody>
</table>
</div>
<!-- <p>All rights are reserved.</p> -->
</footer>
</body>
</html>