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

<!DOCTYPE html>
<html>
<head>
<title>TIME TABLE</title>
</head>

<body>
    <img src="logo1.png"></img>
   <table border = "1" cellspacing="2" bordercolor="black" >
     <tr>
        <th colspan ="8">TIME TABLE</th>
     </tr>
     <tr>
     <th colspan="4" > Referance Number : 21500166</th>
     <th colspan="4">Name : Sudharshna Lakshmi S</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>
        <th>MONDAY</th>
        <th align="center">19AI401/Obed Otto C</th>
        <th align="center">19AI401/Obed Otto C</th>
        <th align="center">19MA221/Jaba Jashpin E.T</th>
        <th align="center">19MA221/Jaba Jashpin E.T</th>
        <th align="center">ECA051-AD/Sridhar S</th>
        <th align="center">19MA220/Jaba Jashpin E.T</th>
        <th align="center">19MA220/Jaba Jashpin E.T</th>
      </tr>
      
      <tr>
        <th>TUESDAY</th>
        <th align="center">19EY701/Praveen P</th>
        <th align="center">19EY701/Praveen P</th>
        <th align="center">19AI303/Ram G.R</th>
        <th align="center">19AI303/Ram G.R</th>
        <th align="center">--</th>
        <th align="center">19AI302/Ram G.R</th>
        <th align="center">19AI302/Ram G.R</th>
      </tr>
      <tr>
        <th>WEDNESDAY</th>
        <th align="center">--</th>
        <th align="center">--</th>
        <th align="center">19MA220/Jaba Jashpin E.T</th>
        <th align="center">19MA220/Jaba Jashpin E.T</th>
        <th align="center">--</th>
        <th align="center">19AI401/Obed Otto C</th>
        <th align="center">19AI401/Obed Otto C</th>
      </tr>
      <tr>
        <th>THURSDAY</th>
        <th align="center">19AI302/Ram G.R</th>
        <th align="center">19AI302/Ram G.R</th>
        <th align="center">19AI301/Jaba Jashpin E.T</th>
        <th align="center">19AI301/Jaba Jashpin E.T</th>
        <th align="center">--</th>
        <th align="center">19AI303/Ram G.R</th>
        <th align="center">19AI303/Ram G.R</th>
      </tr>
      <tr>
        <th>FRIDAY</th>
        <th align="center">19MC802/Muthupandi</th>
        <th align="center">19MC802/Muthupandi</th>
        <th align="center">19AI301/Jaba Jashpin E.T</th>
        <th align="center">19AI301/Jaba Jashpin E.T</th>
        <th align="center">--</th>
        <th align="center">19AI402/Obed Otto C</th>
        <th align="center">19AI402/Obed Otto C</th>
       </tr>
       </table>
      <br><center>1. 19AI401 - Fundamentals of Web Technology</center></br>
      <br><center>2. 19AI301 - Python Programming</center></br>
      <br><center>3. 19MA220 - Mathematics for Artificial Intelligence</center></br>
      <br><center>4. 19MA221 - Linear Algebra Laboratory</center></br>
      <br><center>5. 19AI303 - Engineering Mechanics and Product Development</center></br>
      <br><center>6. 19AI302 - Engineering Design and modeling</center></br>
      <br><center>7. ECA051-AD - MENTORING-AD1</center></br>
      <br><center>8. 19MC802 - Environmental Science</center></br>
      <br><center>9. 19EY701 - Soft skills</center></br>
</body>
</html>

OUTPUT:

Server side output:

OUTPUT

Client side Output:

OUTPUT

Validator:

OUTPUT

RESULT:

A html webpage is successfully created to display the timetable.

timetable's People

Contributors

sudharshnalakshmi 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.