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

~~ {% load static %}

<title>SEC</title>
    <img src="{% static 'img/logo.png' %}" alt="My image" id="img">
    
    <table>
        <tr id="tr">
            <th></th>
            <th></th>
            <th>Time Table</th>
            <th></th>
            <th></th>
        </tr>
        <tr>
            <th>Reference ID:</th>
            <th>22003103</th>
            <th></th>
            <th>Name:</th>
            <th>Dharshan</th>
            <th></th>
        </tr>
        <tr>
            <th>Day</th>
            <th>1</th>
            <th>2</th>
            <th>3</th>
            <th>4</th>
            <th>5</th>
        </tr>
        <tr>
            <td>Monday</td>
            <td>Python</td>
            <td>Web</td>
            <td>Chemistry</td>
            <td>Physics</td>
            <td>Maths</td>
        </tr>
        <tr>
            <td>Tuesday</td>
            <td>Web</td>
            <td>Engilsh</td>
            <td>Maths</td>
            <td>Physics</td>
            <td>Chemistry</td>
        </tr>
        <tr>
            <td>Wednesday</td>
            <td>Ed</td>
            <td>English</td>
            <td>Python</td>
            <td>c</td>
            <td>Maths</td>
        </tr>
        <tr>
            <td>Thursday</td>
            <td>Design</td>
            <td>C</td>
            <td>C++</td>
            <td>Python</td>
            <td>Chemistry</td>
        </tr>
        <tr>
            <td>Friday</td>
            <td>EDM</td>
            <td>English</td>
            <td>P.E</td>
            <td>Yoga</td>
            <td>Chemistry</td>
        </tr>
    </table>

</body>
```

OUPUT

time table

RESULT:

Thus the timetable is displayed in a webpage.

timetable's People

Contributors

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