
PK 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Diploma Courses</title>
</head>
<body>
<table cellspacing="0" cellpadding="0" class="main">
<tr>
<td>
<?php include_once 'include/header.php'; ?>
</td>
</tr>
<tr>
<td>
<table class="courses" cellpadding="5" cellspacing="0">
<tr>
<th class="heading" colspan="5">DIPLOMA COURSE</th>
</tr>
<tr>
<th style="background:#2BAA59;">COURSES</th>
<th style="background:#F5A834;">Total Fees</th>
<th style="background:#F5A834;">Duration</th>
<th style="background:#8CFF5A;" width="40%">Subject Covered</th>
<th style="background:#F5A834;">Exam. Duration</th>
</tr>
<tr>
<td>Diploma In information Technology (DIT)</td>
<td> </td>
<td> </td>
<td style="text-align:left;">
</td>
<td> </td>
</tr>
<tr>
<td colspan="5" style="background:#fff; height:7px;"></td>
</tr>
<tr>
<th style="background:#2BAA59;">COURSES</th>
<th style="background:#F5A834;">Total Fees</th>
<th style="background:#F5A834;">Duration</th>
<th style="background:#8CFF5A;" width="40%">Subject Covered</th>
<th style="background:#F5A834;">Exam. Duration</th>
</tr>
<tr>
<td>Diploma In Web Development (DWDp)</td>
<td> </td>
<td> </td>
<td style="text-align:left;">
</td>
<td> </td>
</tr>
<tr>
<td colspan="5" style="background:#FFF; height:10px;"> </td>
</tr>
<tr>
<th style="background:#2BAA59;">COURSES</th>
<th style="background:#F5A834;">Total Fees</th>
<th style="background:#F5A834;">Duration</th>
<th style="background:#8CFF5A;" width="40%">Subject Covered</th>
<th style="background:#F5A834;">Exam. Duration</th>
</tr>
<tr>
<td>Diploma In Computer Applications (DCA)</td>
<td> </td>
<td> </td>
<td style="text-align:left;">
</td>
<td> </td>
</tr>
<tr>
<td colspan="5" style="background:#FFF; height:10px;"> </td>
</tr>
<tr>
<th style="background:#2BAA59;">COURSES</th>
<th style="background:#F5A834;">Total Fees</th>
<th style="background:#F5A834;">Duration</th>
<th style="background:#8CFF5A;" width="40%">Subject Covered</th>
<th style="background:#F5A834;">Exam. Duration</th>
</tr>
<tr>
<td>Diploma In Hardware & Networking (DHN)</td>
<td> </td>
<td> </td>
<td style="text-align:left;">
</td>
<td> </td>
</tr>
<tr>
<td colspan="5" style="background:#FFF; height:10px;"> </td>
</tr>
<tr>
<th style="background:#2BAA59;">COURSES</th>
<th style="background:#F5A834;">Total Fees</th>
<th style="background:#F5A834;">Duration</th>
<th style="background:#8CFF5A;" width="40%">Subject Covered</th>
<th style="background:#F5A834;">Exam. Duration</th>
</tr>
<tr>
<td>Diploma In Computer Programming (DCP)</td>
<td> </td>
<td> </td>
<td style="text-align:left;">
</td>
<td> </td>
</tr>
<tr>
<td colspan="5" style="background:#FFF; height:10px;"> </td>
</tr>
<tr>
<th style="background:#2BAA59;">COURSES</th>
<th style="background:#F5A834;">Total Fees</th>
<th style="background:#F5A834;">Duration</th>
<th style="background:#8CFF5A;" width="40%">Subject Covered</th>
<th style="background:#F5A834;">Exam. Duration</th>
</tr>
<tr>
<td>Advance Diploma in Software Engineering (ADSE)</td>
<td> </td>
<td> </td>
<td style="text-align:left;">
</td>
<td> </td>
</tr>
<tr>
<td colspan="5" style="background:#FFF; height:10px;"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<?php include_once 'include/footer.php'; ?>
</td>
</tr>
</table>
</body>
</html>


PK 99