0% found this document useful (0 votes)
79 views6 pages

Time Table HTML Code

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views6 pages

Time Table HTML Code

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

HTML Code for Time Table

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="[Link]">

<title>Time Table</title>

</head>

<body>

<h1 align ="center">Time Table</h1>

<table border="1.5" align="center">

<tr>

<th >Day/Time</th>

<th>9:30-9:40</th>

<th>9:40-10:30</th>

<th>10:30-11:20</th>

<th>11:20-12:20</th>

<th>12:20-1:00</th>

<th>1:00-1:40</th>

<th>1:40-2:40</th>

<th>2:40-3:30</th>

</tr>

<tr>

<th>Monday</th>

<td class="prayer" align="center" rowspan="6">Prayer</td>

<td>TC</td>

<td>DSTL</td>
<td>DE</td>

<td>DS</td>

<td class="lunch" align="center" rowspan="6">Lunch</td>

<td>Internship</td>

<td>PP</td>

</tr>

<tr>

<th>Tuesday</th>

<td>DE</td>

<td>COA</td>

<td>PP</td>

<td>DS</td>

<td>DE</td>

<td>COA</td>

</tr>

<tr>

<th>Wednesday</th>

<td>COA</td>

<td>TC</td>

<td>DSTL</td>

<td>DS</td>

<td colspan="2">COA Lab</td>

</tr>

<tr>

<th>Thursday</th>

<td>PP</td>

<td>DS</td>

<td colspan="2">WD Workshop</td>

<td colspan="2">DS Lab</td>


</tr>

<tr>

<th>Friday</th>

<td>DE</td>

<td>COA</td>

<td>DSTL</td>

<td>DS</td>

<td colspan="2">EEP</td>

</tr>

<tr>

<th>Saturday</th>

<td>PP</td>

<td>DSTL</td>

<td>TC</td>

<td>DE</td>

<td>COA</td>

<td>DSTL</td>

</tr>

</table>

<!-- TABle FOR Faculty -->

<table>

<H1>RESPECTIVE Faculty</H1>

<tr>

<th>Subject Code</th>

<th>Subject Name</th>

<th>Load</th>
<th>Faculty</th>

<th>Subject Code</th>

<th>Subject Name</th>

<th>Load</th>

<th>Faculty</th>

</tr>

<tr>

<td>BCS 301</td>

<td>Data Struct</td>

<td>5</td>

<td>[Link] YADAV</td>

<td>BCS 351</td>

<td>DS LAB</td>

<td>1</td>

<td>[Link] YADAV</td>

</tr>

<tr>

<td>BCS 302</td>

<td>COA</td>

<td>5</td>

<td>[Link] PATEL</td>

<td>BCS 352</td>

<td>COA LAB</dh>

<td>1</td>

<td>[Link] PATEL</td>

</tr>

<tr>

<td>BCS 303</td>

<td>DSTL</td>
<td>5</td>

<td>[Link] PRATAP SINGH</td>

<td>BCS 353</td>

<td>WEB DESIGN LAB</td>

<td>1</td>

<td>[Link] GAUR</td>

</tr>

<tr>

<td>BCC 301</td>

<td>PYTHON PROGRAMMING</td>

<td>4</td>

<td>[Link] KR. KATIYAR</td>

<td>BCC 351</td>

<td>INTERNSHIP ASSESMENT/MINI PROJECT</td>

<td>1</td>

<td>[Link] KR. KATIYAR</td>

</tr>

<tr>

<td>BOE 310</td>

<td>DIGITAL ELECTRONICS</td>

<td>4</td>

<td>[Link] SHARMA</td>

<td></td>

<td>EEP</td>

<td>2</td>

<td>[Link] SHARMA/[Link] MISHRA</td>

</tr>

<tr>

<td>BAS 301</td>
<td>TECHNICAL COMMUNICATON</td>

<td>3</td>

<td>[Link] NARAYAN</td>

<td></td>

<td>VALUE ADDED</td>

<td>4</td>

<td>INDUSTRY EXPERT</td>

</tr>

</table>

</body>

</html>

You might also like