Code Monkey home page Code Monkey 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:

<!DOCTYPE html>
<html lang="en">
 <head>
 <title>TIME TABLE</title>
 <meta charset="UTF-8">
 </head>
 <body>
<img src="logo.png" width="830" alt="Logo of Saveetha Engineering College">
<table border = "1" cellspacing="1" bordercolor="blue" bgcolor="silver">
 <tr>
 <th colspan="8">TIME TABLE</th>
 </tr>
 <tr>
<th colspan="4">Name:H.Syed Abdul Wasih</th>
<th colspan="4">Reference Number: 21002291</th>
</tr>
 <tr>
 <th>DAYS</th>
 <th>1</th>
 <th>2</th>
 <th>3</th>
 <th>4</th>
 <th rowspan="6">Lunch Break</th>
 <th>5</th>
 <th>6</th>
 </tr>
 
 <tr>
 <td>MONDAY</td>
 <th colspan="2">19MC802/Vijaya K.S</th>
 <th colspan="2">19MA221/Archana SH</th>
 <th colspan ="2">19MA220/Archana SH</th>
 </tr>
<tr>
 <td>TUESDAY</td>
  <th colspan="2">19AI402/Karthi Govindaraju</th>
 <th colspan="2">19AI303/Ram Prasath G.R</th>
 <th colspan ="2">19AI302/Ram Prasath G.R</th>
 </tr>
 <tr>
 <td>WEDNESDAY</td>
 <th colspan="2">19AI401/Karthi Govindaraju</th>
 <th colspan="2">19AI301/Archana SH</th>
 <th colspan="2">----------</th> 
 </tr>
 <tr>
<td>THURSDAY</td>
<th colspan="2">19AI302/Ram Prasath G.R</th>
<th colspan="2">19AI301/Archana SH</th>
<th colspan ="2">19AI303/Ram Prasath G.R</th>
 </tr>
 <tr>
 <td>FRIDAY</td>
 <th colspan="2">19AI401/Karthi Govindaraju</th>
 <th colspan="2">19MA220/Archana SH</th>
 <th colspan ="2">19EY703/Bharath Sundar</th>
</tr>
</table>
<H4>1.19AI301 - Python Programming</H4>
<H4>2.19AI302 - Engineering Design and Modelling</H4>
<H4>3.19AI303 - Engineeering Mechanics and Product Development</H4>
<H4>4.19AI401 - Fundamentals of Web Technology</H4>
<H4>5.19AI402 - Web Technology Laboratory</H4>
<H4>6.19MA220 - Mathematics for Artificial Intelligence</H4>
<H4>7.19MA221 - Linear Algebra Laboratory</H4>
<H4>8.19EY703 - System of Numerical & Logical Terminologies</H4>
<H4>9.19MC802 - Environmental Science</H4>
<H4>10.ECA051  - Mentoring</H4>
</body>
</html>

OUTPUT:

output output

Result:

Thus the webpage to display timetable is successful.

timetable's People

Contributors

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