Git Product home page Git Product logo

ex03_web-design's Introduction

Ex.03 Slot Time Table

AIM

To create slot time table.

ALGORITHM

STEP-1

Open notepad and type the HTML code.

STEP-2

Insert the college logo using <img> tag.

STEP-3

Use the <table> tag with proper cell spacing and cell padding.

STEP-4

Give your name and register number as table title using <caption> tag.

STEP-5

Enter the slot times and days as table header using <th> tag.

STEP-6

Type the subjects in the respective slots using <tr> and <td> tags.

STEP-7

Open the file in a browser and verify the output.

CODE

<html>
<head>
<title> Time Table </title>
</head>
<body>
<img src= "C:\html\saveetha logo.jpg" height="90" width="1000">
<h1 id="desi">
Saveetha Engineering College
</h1>
<table class="tab" border="2" >
<tr>
<th> S.No </th>
<th> Code </th>
<th> Subject </th>
</tr>
<tr>
<td> 1 </td>
<td> 19CS307 </td>
<td> Web Designing and Internet App </td>
</tr>
<tr>
<td> 2 </td>
<td> 19EY702 </td>
<td> Creative Skills </td>
</tr>
<tr>
<td> 3 </td>
<td> 19AG201 </td>
<td> Principle Of Agronomy </td>
</tr>
<tr>
<td> 4 </td>
<td> 19AG304 </td>
<td> Theory of Machines </td>
</tr>
<tr>
<td> 5 </td>
<td> 19AG306 </td>
<td> Surveying and Levelling </td>
</tr>
<tr> 
<td> 6 </td>
<td> 19AG310 </td>
<td> Engineering Mechanics </td>
</tr>
</table>
</body>
</html>

OUTPUT

alt text

RESULT

Slot time table is created successfully.

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.