Giter Site home page Giter Site 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 lang='en'>
    <head>

    </head>
    <body>
        <h1>My timetable</h1>
        <IMG src="/static/images/logo.png" height="100" width="400">
        <table border='2'>
            <tr>
                <td align='centre' colspan="10">TIME TABLE</td>
            </tr>
            <tr>
                <td colspan="5">Reg number:22001315</td>
                <td colspan="5">Name:Koti Sai Sankar</td>
            </tr>
            <tr>
                <td>Days</td>
                <td>1</td>
                <td>2</td>
                <td>3</td>
                <td>4</td>
                <td>5</td>
                <td>6</td>
                <td>7</td>
                <td>8</td>
                <td>9</td>
            </tr>
            <tr>
                <td>Monday</td>
                <td>19MA220 - Archana mam</td>
                <td>19MA220 - Archana mam</td>
                <td>19AI414 - Obed otto sir</td>
                <td>19AI414 - Obed otto sir</td>
                <td>Lunch break</td>
                <td>-</td>
                <td>-</td>
                <td>-</td>
                <td>19MA221 - Archana mam</td>
            </tr>
            <tr>
                <td>Tuesday</td>
                <td>19EN101 - Vadivel sir</td>
                <td>19EN101 - Vadivel sir</td>
                <td>-</td>
                <td>-</td>
                <td>Lunch break</td>
                <td>19AI414 - Obed otto sir</td>
                <td>19AI414 - Obed otto sir</td>
                <td>19AI301 - Archana mam</td>
                <td>19AI301 - Archana mam</td>
            </tr>
            <tr>
                <td>Wednesday</td>
                <td>-</td>
                <td>19PH214 - Ganapathi raman sir</td>
                <td>-</td>
                <td>-</td>
                <td>Lunch break</td>
                <td>19AI414 - Obed otto sir-</td>
                <td>19AI414 - Obed otto sir</td>
                <td>19MA221 - Archana mam</td>
                <td>19MA221 - Archana mam</td>
            </tr>
            <tr>
                <td>Thursday</td>
                <td>19EN101 - Vadivel sir</td>
                <td>19EN101 - Vadivel sir</td>
                <td>-</td>
                <td>-</td>
                <td>Lunch break</td>
                <td>19MA220 - Archana mam</td>
                <td>19MA220 - Archana mam</td>
                <td>19PH214 - Ganapathi raman sir</td>
                <td>19PH214 - Ganapathi raman sir</td>
            </tr>
            <tr>
                <td>Friday</td>
                <td>-</td>
                <td>-</td>
                <td>19EY701 - Subramanian sir</td>
                <td>19EY701 - Subramanian sir</td>
                <td>Lunch break</td>
                <td>19AI301 - Archana mam</td>
                <td>19AI301 - Archana mam</td>
                <td>-</td>
                <td>-</td>
            </tr>
        </table> 
        <ol>
            <li>19EY701 - Soft skills</li>
            <li>19AI301 - Python Programming</li>
            <li>19MA221 - Linear Algebra Laboratory</li>
            <li>19MA220 - Mathematics for Artificial Intelligence</li>
            <li>19AI414 - Fundamentals of Web Application</li>
            <li>19Ph214 - Physics for Quantum computing</li>
            <li>19EN101 - Communicative English</li>
        </ol>                                                                                    
    </body>
</html>

OUPUT

OUTPUT

timetable's People

Contributors

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