Git Product home page Git Product logo

ex03_web-design's Introduction

Ex.03 Slot Time Table

AIM

To create slot time table.

ALGORITHM

STEP-1

Open notepad and type the HTML code.

STEP-2

Insert the college logo using <img> tag.

STEP-3

Use the <table> tag with proper cell spacing and cell padding.

STEP-4

Give your name and register number as table title using <caption> tag.

STEP-5

Enter the slot times and days as table header using <th> tag.

STEP-6

Type the subjects in the respective slots using <tr> and <td> tags.

STEP-7

Open the file in a browser and verify the output.

CODE

<html>
    <head>
        <title>TIME TABLE</title>
    </head>
    <body>
           <center>
             <img src = " c:\SEC\logo.png" height = "90" width ="1000" > 
             </center>  
           <br>
           <table align="center" width="540" cellspacing="2" cellpadding="4" border="5" bgcolor="wheat">
           <center><h3><b>SLOT TIME TABLE - R SRINITHI (212223250020)</b></h3></center>
           <tr align="center">
           <th bgcolor="aqua">Day/Time</th>
           <th bgcolor="aqua">MONDAY</th>
           <th bgcolor="aqua">TUESDAY</th>
           <th bgcolor="aqua">WEDNESDAY</th>
           <th bgcolor="aqua">THURSDAY</th>
           <th bgcolor="aqua">FRIDAY</th>
           <th bgcolor="aqua">SATURDAY</th>
           </tr>
           <tr align="center">
           <th bgcolor="aqua">8-10</th>
           <td> PRINCIPLES OF HORTICULTURE</td>
           <td> FREE SLOT </td>
           <td> ENGINEERING MECHANICS </td>
           <td> FREE SLOT</td>
           <td> FREE SLOT </td>
           <td> FREE SLOT </td>
           </tr>
           <tr align="center">
           <th bgcolor="aqua">10-12</th>
           <td> WASTE AND BY PRODUCTS</td>
           <td> MATHS  </td>
           <td> COMPUTER PROGRAMING</td>
           <td> WEB DESIGNING </td>
           <td> WEB DESIGNING </td>
           <td> FLUID MECHANICS</td>
           </tr>
           <tr>
           <th bgcolor="aqua">12-1</th>
           <td colspan="6" align="center">L U N C H</td>
           </tr>
           <tr align="center">
           <th bgcolor="aqua">1-3</th>
           <td> FLUID MECHANICS </td>
           <td> PRINCIPLES OF HORTICULTURE</td>
           <td> CREATIVE SKILLS</td>
           <td> THEORY OF MACHINES</td>
           <td> MATHS </td>
           <td> FREE SLOT </td>
           </tr>
           <tr align="center">
           <th bgcolor="aqua">3-5</th>
           <td> FREE SLOT </td>
           <td> C PROGRAMING</td>
           <td> WASTE AND BY PRODUCTS </td>
           <td> FREE SLOT</td>
           <td> FREE SLOT</td>
           <td> FLUID MACHANICS</td
           </tr>
           </table>
           <br>
           <table align="center" cellspacing="2" cellpadding="4" border="2">
           <tr align="center">
           <th>S.NO.</th>
           <th>SUBJECT CODE</th>
           <th>SUBJECT NAME</th>
           </tr>
           <tr>
           <td align="center">1.</td>
           <td align="center">19CS307</td>
           <td> WEB DESIGNING </td>
           </tr>
           <tr>
           <td align="center">2.</td>
           <td align="center">19AG203</td>
           <td>PRINCIPLES OF HORTICULTURE</td>
           </tr>
           <tr>
           <td align="center">3.</td>
           <td align="center">19AG301</td>
           <td>FLUID MACHANICS</td>
           </tr>
           <tr>
           <td align="center">4.</td>
           <td align="center">19AG304</td>
           <td>THEORY OF MACHINES</td>
           </tr>
           <tr>
           <td align="center">5.</td>
           <td align="center">19AG408</td>
           <td>WASTE AND BY PRODUCTS</td>
           </tr>
           <tr>
           <td align="center">6.</td>
           <td align="center">19CS306</td>
           <td>COMPUTER PROGRAMING</td>
           </tr>
           <tr>
            <td align="center">7.</td>
            <td align="center">19EY702</td>
            <td>CREATIVE SKILLS</td>
            </tr>
            <tr>
            <td align="center">8.</td>
            <td align="center">19MA203</td>
            <td>MATHS</td>
             </tr>
           </table>
    </body>
</html>

OUTPUT

Screenshot (41)

RESULT

Slot time table is created successfully.

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.