Git Product home page Git Product 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

<html>

<head>

<title>Slot Timetable</title>

</head>

<body>

<center>

<img src="/static/logo.png" height="100" width="540">

</center>

<br>

<table align="center" width="540" cellspacing="2" cellpadding="4" border="5" bgcolor="cyan"> <caption><b>SLOT TIME TABLE RAGUL RAAJAN T[23007752]</b></caption>

<tr align="center">

<th bgcolor="yellow">Day/Time</th>

<th bgcolor="yellow">Monday</th>

<th bgcolor="yellow">Tuesday</th>

<th bgcolor="yellow">Wednesday</th> <th bgcolor="yellow">Thursday</th>

<th bgcolor="yellow">Friday</th>

</tr>

<tr align="center">

<th bgcolor="yellow">8-10</th> <td>FUNDAMENTALS OF C PROGRAMMING</td>

<td>COMMUCATIVE ENGLISH</td>

<td>PHYSICS FOR QUANTUM COMPUTATION</td>

<td>STATISTICS AND NUMERICAL METHODS</td>

<td>FUNDAMENTALS OF C PROGRAMMING</td>

</tr>

<tr align="center">

<th bgcolor="yellow">10-12</th>

<td>FREE SLOT</td>

<td> FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</td>

<td>ENGINEERING DESIGN AND MODELING</td>

<td>FREE SLOT</td>

<td>STATISTICS AND NUMERICAL METHODS</td>
</tr>

<tr align="center">

    <th bgcolor="yellow">12-1</th> <td>LUNCH TIME</td>




<tr align="center">

<th bgcolor="yellow">1-3</th> <td>PHYSICS FOR QUANTUM COMPUTATION</td>


<td>FUNDAMENTALS OF C PROGRAMMING</td>

<td>COMMUCATIVE ENGLISH</td>
<td>FUNDAMENTALS OF C PROGRAMMING</td>

<td>STATISTICS AND NUMERICAL METHODS</td>



</tr>
<tr align="center">

    <th bgcolor="yellow">3-5</th>
    
    <td>FREE SLOT</td>
    <td>COMMUCATIVE ENGLISH</td>
    <td> FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</td>
    
    
    
    <td>FREE SLOT</td>
    
    <td>FREE SLOT</td>
    </tr>
    <br>
<table align="center" cellspacing="2" cellpadding="4" border="2">
    <tr align="center">
    <th>Sl.no</th>    
    <th>Subject Code</th>
    <th>Subject Name</th>
</tr>

    <td align="center">1.</td>
<td align="center">19AI414</td>
<td>FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</td>
</tr>
</tr>
<td align="center">2.</td>
<td align="center">19AI304</td>
<td>FUNDAMENTALS OF C PROGRAMMING</td>
</tr>
</tr>
<td align="center">3.</td>
<td align="center">19AI414</td>
<td>FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</td>
</tr>
</tr>
<td align="center">4.</td>
<td align="center">19AI302</td>
<td>ENGINEERING DESIGN AND MODELING</td>
</tr>
<tr>
    <td align="center">5.</td>
    <td align="center">19MA211</td>
    <td>STATISTICS AND NUMERICAL METHODS</td>
    </tr>
<tr>
<td align="center">6.</td>
<td align="center">19EY701</td>
<td>SOFTS SKILLS</td>
</tr>
</table>
</body>
</html>

OUTPUT

Alt text

RESULT

The Table was successfully created.

timetable's People

Contributors

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