Prethiveerajan / timetable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

<!DOCTYPE html>
<html>

   <head>
      <title>TIME TABLE</title>
   </head>
	
   <body>
      <table border = "1" cellspacing="1" bordercolor="blue" bgcolor="yellow">
                  
       <img src ="logo 1.png">
         <tr>
            <th colspan="8">TIME TABLE</th>
            
    
          <tr>
            <th colspan="2"> NAME: Prethiveerajan .P
            <th colspan="2"> REF NO: 21500340
            <th colspan="6"> DEPT: ARTIFICIAL INTELLIGENCE AND DATA SCIENCE</th>
         </tr>
         <tr>
            <th colspan="8">TIME TABLE</th>
          </tr>
         </tr>
         
         <tr>
            <th>DAYS</th>
            <th>1</th>
            <th>2</th>
            <th>3</th>
             <th>4</th>
            <th>5</th>
          
            <th>6</th>
            <th>7</th>
         </tr>
          <tr>
             <td>MONDAY</td>
             <td>web technology</td>
             <td>web technology</td>
             <td>python& linear algebra</td>
             
             <td>python linear algebra</td>
             <th>mentoring </th>
             
             <td align="center">python& linear algebra</td>
             <td align="center">python &linear algebra</td>
         </tr>
  <tr>
             <td>tuesday</td>
             <td>softskill</td>
             <td>soft skill</td>
             <td>mechanical and modeling </td>
             <td>mechanical and modeling</td>
              <th rowspan="4">lunch break</th>
             <td align="center">mechanical and modeling</td>
             <td align="center">mechanical and modeling</td>
         </tr>
         <tr>
             <td>wednesday</td>
             <td> <center>- </center></td>
             <td><center>- </center></td>
             <td> python& linear algebra</td>
             
             <td>python& linear algebra</td>
             <td align="center">mechanical and modeling</td>
             <td align="center">mechanical and modeling</td>
         </tr>
         
         <tr>
             <td> thursday</td>
             <td>mechanical and modeling </td>
             
           <td>mechanical and modeling </td>
             <td>python linear algebra</td>
             <td>python linear algebra</td>
            
             <td align="center">mechanical and modeling</td>
             <td align="center">mechanical and modeling</td>
         </tr>
          <tr>
             <td>friday</td>
             <td>enviromental  science</td>
             <td>enviromental  science</td>
             <td>python linear algebra</td>
             <td>python linear algebra</td>
             <td align="centre">web technology</td>
             <td align="centre">web technology</td>

            

         
      </table>
      <br>1. 19EY701-Soft skill-                                    Praveen P</br>
      <br>2. 19MC802-Environmental science-                         muthu pandi</br>
      <br>3. 19MA221-Linear Algebra Laboratory-                   Jaba jasphin</br>
      <br>4. 19AI301-Python Programming-                           Jaba jasphin</br>
      <br>5. 19MA220-Mathematics for Artificial Intelligence-       Jaba jasphin</br>
      <br>6. 19AI402-Web Technology Laboratory-                     Obed otto </br>
      <br>7. 19AI401-Fundamentals of Web Technology-                  Obed otto</br>
      <br>8. 19AI302-Engineering Design and Modeling-               Ram prasath</br>
      <br>9. 19AI303-Engineering Mechanics and Product Development- Ram prasath</br>
      <br>10.ECA051-AD-Mentoring - AD1-                          s.sridhar</br>
   
      
   </body>
</html>

OUPUT

Screenshot (89)

About

License:Apache License 2.0