Skip to content

abdulwasih2003/timetable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%