Coder Social home page Coder Social logo

slot2'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> Slot timing</title>
</head>
<body>
 <center><img src="/static/logo.png" height="300" width="800"></body></html></center>
    <center><h1>TIME TABLE</h1></center>
    <br>
    <table bgcolor="black"
    border="20" 
    align="center">
    <tr
    bgcolor="white"
    cellspace="10">
         <TH>DAY/TIME</TH>
        <th>MONDAY</th>
        <TH>TUESDAY</TH>
        <TH>WEDNESDAY</TH>
        <TH>THURSDAY</TH>
        <TH>FRIDAY</TH>
        <TH>SATUARDAY</TH>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
         <TH>8-10</TH>
        <th>FWAD</th>
        <TH>COMMUNICATIVE ENGLISH</TH>
        <TH>CHEMISTRY</TH>
        <TH>FREE SLOT</TH>
        <TH> FREE SLOT</TH>
        <TH>CREATIVE SKILL</TH>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
         <TH>10-12</TH>
        <th>EBD</th>
        <TH>PYTHON</TH>
        <TH>PROBABILITY</TH>
        <TH>ROBOTICS</TH>
        <TH>FREE SLOT</TH>
        <TH>COMMUNICATIVE ENGLISH</TH>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
         <TH>12-1</TH>
        <th>LUNCH</th>
        <th>LUNCH</th>
        <th>LUNCH</th>
        <th>LUNCH</th>
        <th>LUNCH</th>
        <th>LUNCH</th>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
         <TH>1-3</TH>
        <th>ROBOTICS</th>
        <TH>CHEMISTRY</TH>
        <TH>PYTHON</TH>
        <TH>FWAD</TH>
        <TH>FWAD</TH>
        <TH>PROBABILITY</TH>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
         <TH>3-5</TH>
        <th>FREE SLOT</th>
        <TH>FREE SLOT</TH>
        <TH>FREE SLOT</TH>
        <TH>EBD</TH>
        <TH>FREE SLOT</TH>
        <TH>FREE SLOT</TH>
    </tr>
</table>

    <center><h1>SUBJECTS</h1></center>
<table bgcolor="cyan"
    border="10" 
    align="center">
    <tr
    bgcolor="white"
    cellspace="10">
        <th>S.NO</th>
        <TH>SUBJECT CODE</TH>
        <TH>SUBJECT NAME</TH>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>1</td>
        <td>19AI414</td>
        <td>FUNDAMENTALS OF WEB APPLICATION</td>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>2</td>
        <td>19EN101</td>
        <td>COMMUNICATIVE ENGLSH</td>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>3</td>
        <td>19AI533</td>
        <Td>INTRODUCTION TO ROBOTICS</Td>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>4</td>
        <td>19CY205</Td>
        <td>PRINCIPLES OF CHEMISTRY IN ENGINEERING</td>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>5</td>
        <td>19MA222</td>
        <td>PROBALITY AND QUEING MODELS</td>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>6</td>
        <td>19CS542</td>
        <td>EMBEDDED BOARD DESIGN</td>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>7</td>
        <td>19EY702</td>
        <td>CREATIVE SKILL</td>
    </tr>
    <tr
    bgcolor="white"
    cellspace="10">
        <td>8</td>
        <td>19AI301</td>
        <td>PYTHON</td>
    </tr>

</table>

</body>

</html>

OUTPUT

WhatsApp Image 2024-04-01 at 08 09 24_3858731b

RESULT

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

slot2's People

Contributors

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