-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcse.html
More file actions
45 lines (42 loc) · 1.4 KB
/
cse.html
File metadata and controls
45 lines (42 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<title>Syllabus Copy</title>
</head>
<body>
<center>
<h1 style="background-color: lightgrey; color: brown; height:70px;font-size: 60px;">Department of Computer
Science and Engineering</h1>
<div class="column"
style="background-color:lightgray;float:left; width:48%; border:5px solid brown; border-radius:10px; color: brown;">
<h2><u>Course</u></h2>
<p>Mathematical Foundations for Computing</p>
<p>Design and Analysis of Algorithms</p>
<p>Microcontroller and Embedded Systems</p>
<p>Operating Systems</p>
<p>Biology for Engineers</p>
<p>Python Programming Laboratory</p>
<p>Constitution of India and Professional Ethics</p>
<p>Web Programming</p>
<p>National Service Scheme</p>
<p>Universal Human Values</p>
</div>
<div class="column"
style="background-color:lightgray;float:right; width:48%; border:5px solid brown; border-radius:10px; color:brown">
<h2><u>Course Code</u></h2>
<p>BSC21CS41</p>
<p>IPCC21CS42</p>
<p>IPCC21CS43</p>
<p>PCC21CS44</p>
<p>AEC21BE45</p>
<p>PCC21CSL46</p>
<p>HSMC21CIP47</p>
<p>AEC21CSL481</p>
<p>21NS83</p>
<p>UHV21UH49</p>
</div>
<a href="index.html"><button
style="background-color: brown; color:lightgray; height:50px; width: 100px; border-radius: 50px; border:0px"><b>Home</b></button></a>
</center>
</body>
</html>