Code Monkey home page Code Monkey logo

timetable's Introduction

Experiment_Time_Table

AIM

To Write a html webpage page to display my 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 lang="en">
<head>
  <title>SAVEETHA ENGINEERING COLLEGE </title>
   <style>
    table {
      width: 750px;
      border-spacing: 10px;
      border: 3px solid;
    }

     td, th {
      border: 3px solid;
      padding: 10px;
    }
  </style>
  
</head>
<body>
   
    <img src="/static/images/saveethalogo1.png" alt="saveethalogo" height="150" width="750">
   <table> 
    <tr>
      <th colspan="6">TIMETABLE</th>
    </tr>
    <tr>
      <th colspan="2" >Reference Number</th>
      <th>22008827</th>
      <th>Name</th>
      <th colspan="2">SHALINI.K</th>
    </tr>
    <tr>
      <td>Days</td>
      <td>1</td>
      <td>2</td>
      <td>Lunch Break</td>
      <td>3</td>
      <td>4</td>
    </tr>
    <tr>
      <td>MONDAY</td>
      <td>19MA219-PRATHAB.H</td>
      <td>19AI414-OBED OTTO</td>
      <td></td>
      <td>19AL304-C PROGRAMMING-MAGITHA</td>
      <td>19MA211-GAYATHRI.M</td>
    </tr>
    <tr>
      <td>TUESDAY</td>
      <td>19EY701-SARANYA.V</td>
      <td>FREE SLOT</td>
      <td>MENTOR MEET</td>
      <td>19AI414 -OBED OTTO</td>
      <td>FREE SLOT</td>
    </tr>
    <tr>
      <td>WEDNESDAY</td>
      <td>19PH214-GANAPATHI RAMAN</td>
      <td>19EN101-SUNITHA.D</td>
      <td></td>
      <td>19AI414 -OBED OTTO</td>
      <td>FREE SLOT</td>
    </tr>
    <tr>
      <td>THURSDAY</td>
      <td>19MA211-GAYATHRI</td>
      <td>19MA219-PRATHAB.H</td>
      <td></td>
      <td>CODING PRACTICE</td>
      <td>19PH214-GANAPATHI</td>
    </tr>
    <tr>
      <td>FRIDAY</td>
      <td>19AL304-MAGITHA NIRMALA</td>
      <td>19MA211-GAYATHRI</td>
      <td></td>
      <td>SCOFT MEETING</td>
      <td>19EN101-SUNITHA</td>
    </tr>
  </table>
  <br><br>



  <ol  type="i">
      <li>19MA211-STATISTICS AND NUMERICAL METHODS </li>
      <li>19AI414-FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</li>
      <li>19MA219-TRANSFORMS AND ITS APPLICATION</li>
      <li>19AL304-PROGRAMMING IN C</li>
      <li>19EY701-SOFT SKILLS</li>
      <li>19PH214-PHYSICS FOR QUANTUM COMPUTING</li>
      <li>19EN101 COMMUNICATIVE ENGLISH</li>
  </ol>
</body>
</html>

OUPUT

MY TIMETABLE IS DISPLAYED OUTPUT OUTPUT OUTPUT

RESULT

Successfully designed a timetable using HTML.

timetable's People

Contributors

karthi-govindharaju-ai avatar shalinikannan23 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.