-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpgm1.html
58 lines (53 loc) · 1.88 KB
/
pgm1.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
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="TKM MCA Department">
<meta http-equiv="refreash" conten="5">
<title>My College</title>
</head>
<body bgcolor="cyan">
<!--MCA Department Details-->
<h1 style="color: burlywood;text-align: center;">TKM COLLEGE OF ENGINEERING ,KOLLAM</h1>
<h2 style="color: yellowgreen;text-align: center;">MCA Department</h2>
<h3 style="text-align: center;">2021-2022 Batch</h3>
<hr>
<h3 style="margin-left: 3%;"><u>Subjects</u></h3><br>
<ul>
<div>
<li>
<b>Advanced Data Structure</b> <em>[<abbr title="Advanced Data Structure">DS</abbr>]</em>
</li>
<p>
Advanced data Structure is a practical subject with 2 credits.<br>
</p>
<hr>
</div>
<div>
<li>
<b>Advanced Software Engineering</b><i>[<abbr title="Advanced Software Engineering">ASE</abbr>]</i>
</li>
<p>
Advanced Software Engineering is a theory papper with 4 credits.<br>
</p>
<hr>
</div>
<div>
<li>
<b>Web Programming</b><i>[<abbr title="Web programming">Web</abbr>]</i>
</li>
<p>
Web Programming is a practical subject with 2 credits.<br>
</p>
<hr>
</div>
<div>
<li>
<b>Python</b>
</li>
<p>
Python is a practical subject with 2 credits.<br>
</p>
<hr>
</div>
</ul>
</body>