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>
<style>
    body{
        background-color: rgb(190, 235, 234);
    }
</style>
</head>
<body>
    <h2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <u>TIME TABLE</u></h2>
    <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>19MA220</td>
            <td>lunch break</td>
            <td>19MA221</td>
        </tr>
        <tr>
            <td>TUESDAY</td>
            <td>-</td>
            <td>19AI303</td>
            <td>lunch break</td>
            <td>19AI302</td>
        </tr>
        <tr>
            <td>WEDNESDAY</td>
            <td>19EY701</td>
            <td>19MA220</td>
            <td>ECA051-AM</td>
            <td>19AI401</td>
        </tr>
        <tr>
            <td>THURSDAY</td>
            <td>19AI302</td>
            <td>19AI301</td>
            <td>lunch break</td>
            <td>19AI303</td>
        </tr>
        <tr>
            <td>FRIDAY</td>
            <td>19MC802</td>
            <td>19MA301</td>
            <td>lunch break</td>
            <td>19AI402</td>
        </tr>
    </table>
<hr/><b>COURSE TITTLE:</b>
<ul>19AI401 - Fundamentals Of Web Technology And Laboratory<br/>
19MA220 - Mathematics For Artificial Intelligence<br/>
19MA221 - Linear Algebra Laboratory<br/>
19AI301 - Python Programming<br/>
19AI302 - Engineering Design And Modelling<br/>
19AI303 - Engineering Mechanics And Product Development<br/>
19EY701 - Soft Skills<br/>
AM1(ECA051-AM) - Mentoring
</ul>
</body>
</html>

OUPUT:

output output

RESULT:

Timetable was created successfully

timetable's People

Contributors

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