2. Write a HTML code to display Theory Time table of FYBBA(CA)

Program :

               <html>

<body>

<table width="70%" align="center" border="2">

<tr> <th>Time</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thrusday</th><th>Friday</th><th>Saturday</th></tr>

<tr><th>10:00 - 11:00</th><td>Business Mathematics  </td><td>Web Technology</td>

            <td>RDBMS</td>

            <td>FinancialAccounting</td>

           <td>OB-HRM</td><td>Computer Laboratory</td></tr>

<tr><th>11:00 - 12:00</th>

<td>Business Mathematics  </td>

<td>Financial Accounting</td>

<td>Web Technology</td>

<td>OB-HRM</td>

<td>RDBMS</td>

<td>Computer Laboratory</td>

</tr>

<tr> <th>12:00 - 01:00</td><td>Web Technology</td><td>RDBMS</td>

<td>Financial Accounting</td><td>OB-HRM</td>

<td>Web Technology</td>

<td>Computer Laboratory</td>

</tr>

<tr>

<th>01:00 - 02:00</th>

<td>Business Mathematics  </td>

<td>Web Technology</td>

<td>RDBMS</td>

<td>Financial Accounting</td> 

<td>Computer Laboratory</td>

<td>Computer Laboratory</td>

</tr>

<tr>

<th>02:00 - 03:00</th>

<td>Business Mathematics  </td>

<td>Web Technology</td>

<td>RDBMS</td>

<td>Financial Accounting</td>

<td>OB-HRM</td>

<td>Computer Laboratory</td>

</tr>

</table>

</body>

</html>



Output Screen



No comments:

Post a Comment