Skip to content

charansai0/timetable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Experiment_Time_Table

AIM

To Write a html webpage page to display your timetable.

ALGORITHM

STEP 1

create a simple table using table tag

STEP 2

Add header row using th tag

STEP 3

Add your timetable

STEP 4

Execute the program

CODE

<title>TIME TABLE</title>
     </tr>
         <td colspan="2">Engineering Mechanics and Product Development( 19AI303 )</td>
    </tr>

     <td>WEDNESDAY</td>
         <td colspan="2"></td>
         <td colspan="2">Mathematics for Artificial Intelligence( 19MA220 )</td>
         <td colspan="2">Fundamentals of Web Technology( 19AI401 )</td>
     </tr>
     <td>THURSDAY</td>
         <td colspan="2">Engineering Mechanics and Product Development( 19AI303 )</td>
         <td colspan="2">Python Programming( 19AI301 )</td>
         <td>Mentoring</td>
         <td colspan="2">Engineering Design and Modeling( 19AI302 )</td>
     </tr>  
     <td>FRIDAY</td>
         <td colspan="2">System of Numerical and Logical Terminologies( 19EY703 )</td>
         <td colspan="2">Python Programming( 19AI301 )</td>
         <td></td>
         <td colspan="4">Web Technology Laboratory( 19AI402 )</td>
      </tr>  
     <td>SATURDAY</td>
         <td colspan="7" align="center">LEAVE</td> 
      </tr>  
     <td>SUNDAY</td>
         <td colspan="7" align = "center">LEAVE</td>           
  </table>

OUPUT

OUTPUT OUTPUT

TIME TABLE
Reference number: 21003158 Name: V.CHARAN SAI
DAYS 1 2 3 4 5 6 7
MONDAY Fundamentals of Web Technology( 19AI401 ) Linear Algebra Laboratory( 19MA221 ) LUNCH BREAK Mathematics for Artificial Intelligence( 19MA220 )
TUESDAY Engineering Mechanics and Product Development( 19AI303 )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published