Practical-1-Create a Time table of Your Class

 Solution


Step-1: Write below code in any HTML Editor and save it as .html file.

<html>

   <head>

      <title> class Time Table</title>

   </head>

<body>

<table border="1" cellspacing="0" cellpadding="0" align="center" height="500px" width="900px" bgcolor="red">

<tr>

   <th colspan="7">BARKATULLAH UNIVERSITY AFFILIATED COLLEGE, BHOPAL</th>

</tr>

<tr>

  <th colspan="7">TIME-TABLE SESSION 2020-21 (W.E.F. 12/12/2020)</th>

</tr>

<tr>

  <th colspan="7">DEPARTMENT OF COMMERCE</th>

</tr>

<tr> 

    <th>TIME</th> 

    <th>MONDAY</th> 

    <th>TUESDAY</th> 

    <th>WEDNESDAY</th> 

    <th>THURSDAY</th> 

   <th>FRIDAY</th> 

   <th>SATURDAY</th> 

 </tr>

 <tr>     

     <td><b>9:45-10:30</b></td> 

     <td>Computer Group</td> 

     <td>Management Group</td> 

     <td>Account Group</td> 

     <td>Foundation Group</td> 

     <td>Computer Lab</td> 

     <td>Library</td>

</tr>

 <tr>     

     <td><b>10:45-11:30</b></td>  

     <td>Computer Group</td> 

     <td>Management Group</td> 

     <td>Account Group</td> 

     <td>Foundation Group</td> 

     <td>Computer Lab</td> 

     <td>Library</td>

</tr>

<tr>     

   <td><b>11:45-12:30</b></td> 

   <td>Computer Group</td> 

     <td>Management Group</td> 

     <td>Account Group</td> 

     <td>Foundation Group</td> 

     <td>Computer Lab</td> 

     <td>Library</td>

</tr>

<tr>     

    <td><b>12:30-1:15</b></td> 

    <th colspan="6">LUNCH</th>     

</tr>

 <tr>     

      <td><b>1:15-2:00</b></td> 

     <td>Computer Group</td> 

     <td>Management Group</td> 

     <td>Account Group</td> 

     <td>Foundation Group</td> 

     <td>Computer Lab</td> 

     <td>Library</td>

</tr>

<tr>     

   <td><b>2:00-2:45</b></td> 

<td>Computer Group</td> 

     <td>Management Group</td> 

     <td>Account Group</td> 

     <td>Foundation Group</td> 

     <td>Computer Lab</td> 

     <td>Library</td>

</tr>

<tr>     

     <td><b>3:00-3:45</b></td> 

     <td>Computer Group</td> 

     <td>Management Group</td> 

     <td>Account Group</td> 

     <td>Foundation Group</td> 

     <td colspan="2" align="center">Sports</td>

   </tr>

  </table>   

 </body>   

</html>


step-2: Open file in any browser.

Output of Practical-


Web Design Practical-1 output
Web Design Practical-1 output

No comments:

Post a Comment