Code Monkey home page Code Monkey logo

timetable's Introduction

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

<html>

   <head>
      <title>TIME TABLE</title>
   </head>
	
   <body>
      <table border = "1" cellspacing="1" bordercolor="blue" bgcolor="yellow">
      <img src="logo.png">
          <tr>
            <th colspan="2"> NAME: JEGATHISH S
            <th colspan="2"> REF NO: 21005410
            <th colspan="6"> DEPT: ARTIFICIAL INTELLIGENCE AND DATA SCIENCE</th>
         </tr>
         <tr>
            <th colspan="8">TIME TABLE</th>
          </tr>
         
         <tr>
            <th>DAYS</th>
            <th>8:00-9:00</th>
            <th>9:00-10:00</th>
            <th>10:00-11:00</th>
             <th>11:00-12:00</th>
             <th>12:00-1:00</th>
            <th>1:00-2:00</th>
            <th>2:00-3:00</th>
            
         </tr>
         
        
  
  <tr>
             <td>Monday</td>
             <td>(19EY701)Soft skills</td>
             <td>(19EY701)Soft skills</td>
             <td>(19MA221)Linear Algebra and Python Lab</td></td>
             <td>(19MA221)Linear Algebra and Python Lab</td>
         <th>Lunch break</th>
             <td>(19EY220)Maths for AI</td>
             <td>(19EY220)Maths for AI</td>
 </tr>
 <tr>
             <td>Tuesday</td>
             <td>(19AI402)Web technology Lab</td>
             <td>(19AI402)Web technology Lab</td>
             <td>(19AI302)Engineering Design and modeling</td>
             <td>(19AI302)Engineering Design and modeling</td>
              <th>Mentoring</th>
             <td>(19AI303)Engineering Design and product development</td>
             <td>(19AI303)Engineering Design and product development</td>
 </tr>
 <tr>
             <td>Wednesday</td>
             <td>(19AI401)Fundamentals of Web technology </td>
             <td>(19AI401)Fundamentals of Web technology</td>
             <td>(19AI301)Python Programming </td>
             <td>(19AI301)Python Programming</td>
             <th rowspan="6">Lunch break</th>
             <td>(19MC802)Environmental Science</td>
             <td>(19MC802)Environmental Science</td>
 </tr>
  <tr>
             <td>Thursday</td>
             <td>(19AI303)Engineering Mechanics and Product Development</td>
             <td>(19AI303)Engineering Mechanics and Product Development</td>
             <td>(19AI301)Python Programming </td>
             <td>(19AI301)Python Programming</td>
          
             <td>(19AI302)Engineering Design and modeling</td>
             <td>(19AI302)Engineering Design and modeling</td>
 </tr>
 <tr>
             <td>Friday</td>
             <td>(19AI401)Fundamentals of Web technology</td>
             <td>(19AI401)Fundamentals of Web technology</td>
             <td>(19EY220)Maths for AI </td>
             <td>(19EY220)Maths for AI</td>
            
             <td><center>-</center></td>
             <td><center>-</center></td>
 </tr>
  
         
      </table>
      <br>1. 19EY701-Soft skill-                                    Sneha priya P</br>
      <br>2. 19MC802-Environmental science-                         kalaivani A</br>
      <br>3. 19MA221-Linear Algebra Laboratory-                     Archana S H</br>
      <br>4. 19AI301-Python Programming-                            Archana S H</br>
      <br>5. 19MA220-Mathematics for Artificial Intelligence-       Archana S H</br>
      <br>6. 19AI402-Web Technology Laboratory-                     Karthi Govindharaju</br>
      <br>7. 19AI401-Fundamentals of Web Technology-                Karthi Govindharaju</br>
      <br>8. 19AI302-Engineering Design and Modeling-               Sridhar S</br>
      <br>9. 19AI303-Engineering Mechanics and Product Development- Sridhar S</br>
      <br>10.ECA051-AD-Mentoring - AD1-                             Archana S H</br>
      
   </body>
</html>
             <td>-</td>
 </tr>
  
         
      </table>
      
   </body>
</html>


OUTPUT

web tech

timetable's People

Contributors

jegathish-16 avatar karthi-govindharaju-ai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.