forked from VishnuPrasad1998/gec-palakkad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathit.html
35 lines (35 loc) · 790 Bytes
/
it.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
<html>
<head><title>IT</title>
<style>
.h1 {
color: orange;
text-align: center;
font-size: 60px;
font-weight: bold;
}
.h3 {
color: white;
text-align: left;
font-size: 30px;
font-weight: bold;
}
.h4 {
color: white;
text-align: center;
font-size: 30px;
font-weight: bold;
}
</style>
</head>
<body background="./bg.jpg" text=#FFFFFF>
<h1 class="h1"><u>INFORMATION TECHNOLOGY</u></h1>
<h3>Head Of The Department</h3>
ANJANA K R</br>
Email : anjana2407@gmail.com</br>
Mobile: 9746475534</br>
<h4>The Department offers the following courses:<h4>
1.The Department offers B.Tech in Information Technology (4 year, full time).
Affiliated to the University of Calicut (intake: 63 plus 6 as Lateral entry in the third semester).
</br>
</body>
</html>