Git Product home page Git Product logo

slot's Introduction

Ex03 Time Table

Date: 19.03.2024

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>My Time Table</title>
</head>
<body>
<center>
<img src="/static/logo.png" height="100" width="540">
</center>    
<table align="center" width="540" cellspacing="2" cellpadding="4" border="5" bgcolor="peach">
<caption><b>My Time Table - Jayavarsha T (212223040075)</b></caption>
<tr align="center">
<th bgcolor="red">Day/Time</th>
<th bgcolor="red">Monday</th>
<th bgcolor="red">Tuesday</th>
<th bgcolor="red">Wednesday</th>
<th bgcolor="red">Thursday</th>
<th bgcolor="red">Friday</th>
<th bgcolor="red">saturday</th>
</tr>    
<tr align="center">
<th bgcolor="red">8-10</th>
<td>DIGITAL ELECTRONICS</td>
<td>FREE SLOT</td>    
<td>FREE SLOT</td>
<td>FREE SLOT</td>
<td>FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</td>
<td>PROBABILITY AND QUEUEING MODELS</td>        
</tr>
<tr align="center">
<th bgcolor="red">10-12</th>
<td>SOFTWARE ENGINEERING</td>
<td>PYTHON PROGRAMMING</td>
<td>SOFTWARE ENGINEERING</td>
<td>PROBABILITY AND QUEUEING MODELS</td>
<td>FREE SLOT</td>
<td>OPERATING SYSTEM</td>
</tr>
<tr align="center">
<th bgcolor="red">12-1</th>
<td colspan="6">LUNCH</td>
</tr>
<tr>
<tr align="center">
<th bgcolor="red">1-3</th>
<td>CREATIVE SKILLS</td> 
<td>FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</td>
<td>PYTHON PROGRAMMING</td>
<td>FUNDAMENTALS OF WEB APPLICATION DEVELOPMENT</td>
<td>FREE SLOT</td> 
<td>FREE SLOT</td>       
</tr>
<tr align="center">
<th bgcolor="red">3-5</th>
<td>OPERATING SYSTEM</td>
<td>FREE SLOT</td>
<td>FREE SLOT</td>
<td>DIGITAL ELECTRONICS</td>
<td>FREE SLOT</td>
<td>FREE SLOT</td>
</tr>     
<table border="3" cellspacing="4" cellpadding="6" align="center" bgcolor="lightgrey">
<caption>SUBJECT DETAILS</caption>
<tr>
<th bgcolor="blue">S.no</th>
<th bgcolor="blue">Subject Code</th>
<th bgcolor="blue">Subject Name</th>
</tr>
<tr>
<td>01</td>
<td>19EE404</td>
<td>Digital Electronics</td>
</tr>
<tr>
<td>02</td>
<td>19CS408</td>
<td>Software Engineering</td>
</tr> 
<tr>
<td>03</td>
<td>19AI414</td>
<td>Fundamentals of web Application Development</td>
</tr>
<tr>
<td>04</td>
<td>19AI301</td>
<td>Python Programming</td>
</tr>
<tr>
<td>05</td>
<td>19CS405</td>
<td>Operating System</td>
</tr>
<tr>
<td>06</td>
<td>19EY702</td>
<td>Creative Skills for Communication</td>
</tr>
<tr>
<td>07</td>
<td>19MA222</td>
<td>Probability and Queueing Models</td>
</tr>
</body>
</html>

OUTPUT

alt text alt text

RESULT

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

slot's People

Contributors

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