Giter Club home page Giter Club 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>TIMETABLE</title>
</head>
<body>
        <center> <img src="logo.png" alt="Logo" width="700" height="105>"</center>
        <table border=1>
   <tr>
       <th>DAYS</th>
       <th>1</th>
       <th>2</th>
       <th>3</th>
       <th>4</th>    
   </tr>       
   <tr>
       <td>MONDAY</td>
       <td>19AI401</td>
       <td>19MA221</td>
       <td>LUNCH BREAK</td>
       <td>19MA220</td>
   </tr>
   <tr>
       <td>TUESDAY</td>
       <td>-</td>
       <td>19AI302</td>
       <td>LUNCH BREAK</td>
       <td>19AI303</td>
   </tr>
   <tr>
    <td>WEDNESDAY</tr>
        <td>19EY701</td>
        <td>19AI301</td>
        <td>LUNCH BREAK</td>
        <td>19AI401</td> 
   </tr>
   <tr>
       <td>THURSDAY</td>
       <td>19AI303</td>
       <td>19AI301</td>
       <td>LUNCH BREAK</td>
       <td>19AI302</td>
   </tr>
   <tr>
       <td>FRIDAY</td>
       <td>-</td>
       <td>19MA220</td>
       <td>AD1(ECA051-AD)</td>
       <td>19AI402</td>
   </tr>
   </table>
   <hr/><b> COURSE TITLE: </b>
   <ul>19AI401 - Fundamentals of Web Technology<br/>
   19AI402 - Web Technology Laboratory<br/>
   19MA220 - Mathematics for Artificial intelligence<br/>
   19MA221 - Linear Algebra Laboratory<br/>
   19AI301 - Python Programming<br/>
   19AI302 - Engineering Design and Modelling<br/>
   19EY701 - Engineering Mechanics and Product Development<br/>
   19EY701 - Soft Skills<br/>
   AD1(ECA051-AD) - Mentoring
   </body>
   </html>

OUPUT

output

Result:

Thus the timetable is created.

timetable's People

Contributors

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