0% found this document useful (0 votes)
4 views4 pages

Web Technology Programs

The document contains two main sections: a class timetable for NIET in Greater Noida and an overview of the college infrastructure. The timetable outlines daily classes from Monday to Friday, including subjects like Compiler Design, DBMS, and Web Technology. The infrastructure section details various buildings, their floors, rooms, and facilities available at the college.

Uploaded by

wijep85776
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Web Technology Programs

The document contains two main sections: a class timetable for NIET in Greater Noida and an overview of the college infrastructure. The timetable outlines daily classes from Monday to Friday, including subjects like Compiler Design, DBMS, and Web Technology. The infrastructure section details various buildings, their floors, rooms, and facilities available at the college.

Uploaded by

wijep85776
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

WEB TECHNOLOGY PROGRAMS

1.START TAG

5.TIME TABLE
<!DOCTYPE html>
<html>
<style>
table, th, td{border:1px solid black;padding-top:10px;padding-
bottom:10px;padding-left:30px}</style>
<body>
<table style="width:100%">
<h1>CLASS TIME TABLE</h1>
<h2>NIET</h2>
<h3>GREATER NOIDA</h3>
<tr>
<th>Day/Time</th>
<th>9-10</th>
<th>10-11</th>
<th>11-12</th>
<th>12-1</th>
<th>1-2</th>
<th>2-3</th>
<th>3-4</th>
<th>4-5</th>
</tr>
<tr>
<th rowspan="1">MONDAY</th>
<td>COMPILER DESIGN</td>
<td>DBMS</td>
<td>WEB TECHNOLOGY</td>
<td>TRAINING</td>
<th rowspan="10">LUNCH</th>
<td>INTERNSHIP</td>
<td>DBMS LAB</td>
<td>INTERNSHIP</td>
</tr>
<tr>
<th rowspan="1">TUESDAY</th>
<td>COMPILER DESIGN</td>
<td>DBMS</td>
<td>WEB TECHNOLOGY</td>
<td>TRAINING</td>
<td>INTERNSHIP</td>
<td>DBMS LAB</td>
<td>INTERNSHIP</td>
</tr>
<tr>
<th rowspan="1">WEDNESDAY</th>
<td>COMPILER DESIGN</td>
<td>DBMS</td>
<td>WEB TECHNOLOGY</td>
<td>TRAINING</td>
<td>INTERNSHIP</td>
<td>DBMS LAB</td>
<td>INTERNSHIP</td>
</tr>
<tr>
<th rowspan="1">THURDAY</th>
<td>COMPILER DESIGN</td>
<td>DBMS</td>
<td>WEB TECHNOLOGY</td>
<td>TRAINING</td>
<td>INTERNSHIP</td>
<td>DBMS LAB</td>
<td>INTERNSHIP</td>
</tr>
<tr>
<th rowspan="1">FRIDAY</th>
<td>COMPILER DESIGN</td>
<td>DBMS</td>
<td>WEB TECHNOLOGY</td>
<td>TRAINING</td>
<td>INTERNSHIP</td>
<td>DBMS LAB</td>
<td>INTERNSHIP</td>
</tr>
</table></body></html>
OUTPUT
CLASS TIME TABLE

NIET

Day/Time 9-10 10-11 11-12

MONDAY COMPILER DESIGN DBMS WEB TECHNOLOGY T

TUESDAY COMPILER DESIGN DBMS WEB TECHNOLOGY T

WEDNESDAY COMPILER DESIGN DBMS WEB TECHNOLOGY T

THURDAY COMPILER DESIGN DBMS WEB TECHNOLOGY T

FRIDAY COMPILER DESIGN DBMS WEB TECHNOLOGY T

GREATER NOIDA

8.COLLEGE INFRASTRUCTURE
<!DOCTYPE html>
<html>
<style>
table, th, td{border:1px solid black;padding-top:10px;padding-
bottom:10px;padding-left:30px}</style>
<body>
<table style="width:100%">
<h1>COLLEGE INFRASTRUCTURE</h1>
<tr>
<th>BUILDING</th>
<th>FLOORS</th>
<th>ROOMS</th>
<th>FACILITIES</th>
</tr>
<tr>
<th rowspan="1">MAIN BUILDING</th>
<td>5</td>
<td>50</td>
<td>LECTURE HALLS,OFFICE</td>
</tr>
<tr>
<th rowspan="1">LIBRARY</th>
<td>1</td>
<td>1</td>
<td>STUDY AREA,BOOK CORNER</td>
</tr>
<tr>
<th rowspan="1">SCIENCE BLOCK</th>
<td>3</td>
<td>20</td>
<td>LABS,CLASSROOMS</td>
</tr>
<tr>
<th rowspan="1">SPORTS COMPLEX</th>
<td>1</td>
<td>1</td>
<td>GYM,CLASSROOMS</td>
</tr>
</table></body></html>

OUTPUT
COLLEGE INFRASTRUCTURE

BUILDING FLOORS ROOMS

MAIN BUILDING 5 50

LIBRARY 1 1

SCIENCE BLOCK 3 20

SPORTS COMPLEX 1 1

You might also like