Git Product home page Git Product logo

slot's Introduction

Ex03 Time Table

Date:

AIM

To write a html webpage page to display your slot timetable.

ALGORITHM

STEP 1

Create a Django-admin Interface.

STEP 2

Create a static folder and inert HTML code.

STEP 3

Create a simple table using <table> tag in html.

STEP 4

Add header row using <th> tag.

STEP 5

Add your timetable using <td> tag.

STEP 6

Execute the program using runserver command.

PROGRAM

<html>
    <head>
        <title>
            MOUNI 
        </title>
      
    </head>
    <body>
        <center>
        <img src="logo.png" width="600px">
        <h2> SLOT TIME TABLE LAKSHMI MOUNIKA(212223100026)</h2>

        <table border="5" bgcolor="GREY" >
            <tr bgcolor="WHITE">
                <th>day/time</th>
                <th>Monday</th>
                <th>Tuesday</th>
                <th>Wednesday</th>
                <th>Thursday</th>
                <th>Friday</th>
                <th>saturday</th>
            </tr>
            <tr>
                <td bgcolor="WHITE">8-10</td>
                <td bgcolor="FEC8D8">FWAD</td>
                <td>-</td>
                <td>MATHS</td>
                <td>OS</td>
                <td>CN</td>
                <td>-</td>
            </tr>
            <tr>
                <td bgcolor="WHITE">10-12</td>
                <td>-</td>
                <td>C PROG</td>
                <td>CN</td>
                <td>C PROG</td>
                <td>-</td>
                <td>-</td>
            </tr>
            <tr>
                <td bgcolor="WHITE">1-3</td>
                <td>-</td>
                <td>PHY</td>
                <td>PHY</td>
                <td bgcolor="PINK">FWAD</td>
                <td bgcolor="PINK">FWAD</td>
                <td>-</td>
            </tr>
            <tr>
                <td bgcolor="WHITE">3-5</td>
                <td>MATHS</td>
                <td>-</td>
                <td>-</td>
                <td>CS</td>
                <td>OS</td>
                <td>-</td>
            </tr>
            <tr>
                <td bgcolor="WHITE">5-7</td>
                <td>-</td>
                <td>COMM ENG</td>
                <td>-</td>
                <td>-</td>
                <td>COMM ENG</td>
                <td>-</td>
            </tr>
           
        </table>
        <br>
        <br>
        <table border="6" bgcolor="yellow">
            <tr>
                <th>S.No.</th>
                <th>Subject code</th>
                <th>Subject name</th>
            </tr>
            <tr>
                <td>1</td>
                <td>19AI414</td>
                <td><font color="BLUE">FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT(FWAD)</font></td>
            </tr>
            <tr>
                <td>2</td>
                <td>19CS405</td>
                <td>operating system(os)</td>
            </tr>
            <tr>
                <td>3</td>
                <td>19CS406</td>
                <td>computer networks(cn)</td>
            </tr>
            <tr>
                <td>4</td>
                <td>19EN101</td>
                <td>communicative english(ce)</td>
            </tr>
            <tr>
                <td>5</td>
                <td>19EY702</td>
                <td>creative skills for communication(cs)</td>
            </tr>
            <tr>
                <td>6</td>
                <td>19MA222</td>
                <td>probablity and queueing models(maths)</td>
            </tr>

            <tr>
                <td>7</td>
                <td>19PH214</td>
                <td>physics for quantum computing</td>
            </tr>
            <tr>
                <td>8</td>
                <td>19AI304</td>
                <td>fundamentals of c programming</td>
            </tr>
            <tr>
                <td>9</td>
                <td>19HS102</td>
                <td>tamil and technology</td>
            </tr>
        </table>
    </center>
    </body>
</html>

OUTPUT

alt text

RESULT

The program for creating slot timetable using basic HTML tags is executed successfully.

slot's People

Contributors

selvasachein avatar mounika2005 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.