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">
    <body>
        <img src="https://raw.githubusercontent.com/Vmukilkumar/timetable/main/logo.png" alt="center"
        height="170" width="1595" align="center" border="3">
    </body>
    <body>   
        <table border = "4" cellspacing="14" bordercolor="black"
        bgcolor="white">
        <tr>
        <th colspan="12">TIME TABLE</th>
        </tr>
        <th colspan=3>Reference Number:</th>
        <th colspan=2>22009081</th>
        <th colspan=2>Name:</th>
        <th colspan=4>AnbuSelvam A</th>
        </tr>
        <tr>
        <th>DAYS</th>
        <th>1</th>
        <th>2</th>
        <th>3</th>
        <th>4</th>
        <th rowspan="8">lunch break</th>
        <th>5</th>
        <th>6</th>
        <th>7</th>
        <th>8</th>
        </tr>
        <tr>
        <td>MONDAY</td>
        <td>Break</td>
        <td>Break</td>
        <td>19AI302/Muthukumar</td>
        <td>19AI302/Muthukumar</td>
        <td>Break</td>
        <td>Break</td>
        <td>Break</td>
        <td>Break</td>
        </tr>
        <tr>
        <td>TUESDAY</td>
        <td>19AI414/GowriGanesh</td>
        <td>19AI414/GowriGanesh</td>
        <td>19MA220/Jaba Jasphin</td>
        <td>19MA220/Jaba Jasphin</td>
        <td>19EE404/VasanthKumar</td>
        <td>19EE404/VasanthKumar</td>
        <td>Break</td>
        <td>Break</td>
        </tr>
        <tr>
        <td>WEDNESDAY</td>
        <td>19AI302/Muthukumar</td>
        <td>19AI302/Muthukumar</td>
        <td>19MA221/Jaba Jasphin</td>
        <td>19MA221/Jaba Jasphin</td>
        <td>19EE404/VasanthKumar</td>
        <td>19EE404/VasanthKumar</td>
        <td>19AI303/VigneshSekar</td>
        <td>19AI303/VigneshSekar</td>
        </tr>
        <tr>
        <td>THURSDAY</td>
        <td>Break</td>
        <td>Break</td>
        <td>19AI414/GowriGanesh</td>
        <td>19AI414/GowriGanesh</td>
        <td>19AI303/VigneshSekar</td>
        <td>19AI303/VigneshSekar</td>
        <td>19MA220/Jaba Jasphin</td>
        <td>19MA220/Jaba Jasphin</td>
        </tr>
        <tr>
        <td>FRIDAY</td>
        <td>19AI414/GowriGanesh</td>
        <td>19AI414/GowriGanesh</td>
        <td>19AI301/Jaba Jasphin</td>
        <td>19AI301/Jaba Jasphin</td>
        <td>Break</td>
        <td>Break</td>
        <td>Break</td>
        <td>Break</td>
        </tr>
        </table>
    </body>
</html>

OUPUT

output

result

The timetbale is diplayed

timetable's People

Contributors

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