Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Claire Neftali Junio">
<title>Semester Schedule</title>
<style>
h3 {text-align: center;}
table {border-collapse: collapse; margin: 0 auto;}
th, td {border: thin solid; padding: 5px;}
td:nth-of-type(3), td:nth-of-type(4) {text-align: right;}
tr:first-of-type {background-color: Palegreen;}
tr:nth-of-type(2n+3) {background-color: palegoldenrod;}
caption {font-weight: bold; font-size: 1.2em;}
</style>
</head>
<body>
<table>
<caption>
<h3>Claire Neftali Junio - BS Info Tech-1J</h3>
</caption>
<tr>
<th>Subject Code</th>
<th>Subject Description</th>
<th>Units (Lec)</th>
<th>Units (Lab)</th>
<th>Units (Credit)</th>
<th>Schedule</th>
</tr>
<tr>
<td>CTCC0323</td>
<td>Computer Programming 2</td>
<td>2.0</td>
<td>1.0</td>
<td>3.0</td>
<td>W - 10:00 am - 01:00 pm F - 03:00 pm - 05:00 pm</td>
</tr>
<tr>
<td>ITCC0123</td>
<td>Discrete Mathematics</td>
<td>3.0</td>
<td>0.0</td>
<td>3.0</td>
<td>F - 12:00 pm - 03:00 pm</td>
</tr>
<tr>
<td>ITCC0223</td>
<td>E-Business and Technology</td>
<td>2.0</td>
<td>1.0</td>
<td>3.0</td>
<td>T - 03:00 pm - 05:00 pm
W 02:00 pm - 05:00 pm</td>
</tr>
<tr>
<td>CTCC0403</td>
<td>Information Management</td>
<td>2.0</td>
<td>1.0</td>
<td>3.0</td>
<td>T - 12:00 pm to 02:00 pm F - 02:00 pm 05:00 pm</td>
</tr>
<tr>
<td>NGEC0103</td>
<td>Purposive Communication</td>
<td>3.0</td>
<td>0.0</td>
<td>3.0</td>
<td> M 10:00 am - 11:30 am
Th 4:00 pm - 5:30 pm </td>
</tr>
<tr>
<td>NGEC0303</td>
<td>Understanding the Self</td>
<td>3.0</td>
<td>0.0</td>
<td>3.0</td>
<td>M - 01:00 pm - 02:30 pm T - 05:30 pm - 07:30 pm</td>
</tr>
<tr>
<td>EGEC0303</td>

This PDF document was created with CKEditor and can be used for evaluation purposes only.
<td>SineSosyedad/Pelikulang Panlipunan</td>
<td>3.0</td>
<td>0.0</td>
<td>3.0</td>
<td>M - 05:30 pm - 07:00 pm Th 08:00 am - 10:00 am</td>
</tr>
<tr>
<td>FOLA0103</td>
<td>Foreign Language (Asian)</td>
<td>3.0</td>
<td>0.0</td>
<td>3.0</td>
<td>M - 07:00 am to 08:30 am, Th - 02:30 pm to 04:00 pm</td>
</tr>
<tr>
<td>PEDU0222</td>
<td>Physical Activity Towards Health & Fitness 2 (PATHFit2): Exercise-based Fitness</td>
<td>2.0</td>
<td>0.0</td>
<td>2.0</td>
<td>Th - 11:00 am to 01:00 pm</td>
</tr>
<tr>
<td>NSTP0223</td>
<td>National Service Training Program</td>
<td></td>
<td></td>
<td></td>
<td/td>
</tr>
<tr>
<td>Total Units</td>
<td></td>
<td>23.0</td>
<td>3.0</td>
<td>26.0</td>
<td></td>
</tr>
</table>
</body>
</html>

This PDF document was created with CKEditor and can be used for evaluation purposes only.

You might also like