Program-4: AIM: Create A Website For Your College
Program-4: AIM: Create A Website For Your College
Program-4: AIM: Create A Website For Your College
PROGRAM-4
AIM: Create a website for your college.
TITLE: WORK INSTRUCTION SHEET: Web Engineering Lab
Software used: HTML, XML
Hardware used: Standard PC
Pre Condition/Input: Collect the information about college.
Post Condition/Output: Display of the web page.
PROGRAM CODE:
JMIETI.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head><TITLE>JMIETI Radaur (Yamunanagar) College Website</TITLE> </head>
<frameset cols="100,*,100" frameborder="0">
<frame src="blank.html" scrolling="no" name="leftblank">
<frameset rows="120,75%" frameborder="0">
<frame name="header" src="header.html" scrolling="no" noresize>
<frameset cols="141,82%">
<frame name="contents" noresize src="navigation.html">
<frame name="main" src="about.html">
</frameset>
</frameset>
<frame src="blank.html" scrolling="no" name="rightblank">
</frameset>
</html>
blank.html
<html>
<head>
<title>links</title>
</head>
<body bgcolor="#808080">
</body>
</html>
header.html
<html>
<head>
8517130
<title></title>
</head>
<body bgColor="#2d4e6f">
<img src="C:\Users\lenovo\Desktop\wall\LOGO.png" height="93" width="200">
<img src="C:\Users\lenovo\Desktop\wall\SAVE_20200409_122749.jpg"
height="100" width="1000">
</body>
</html>
navigation.html
<html>
<head>
<title></title>
<base target="main">
</head>
<body bgColor="#ffff00" vlink="#0000ff" alink="#0000ff">
<a href="about.htm">Home</a><br>
<br>
<a href="departments/index.htm">Departments</a><br>
<br>
<a href="courses.htm">Courses</a><br>
<br>
<a href="lib.htm">Library</a><br>
<br>
<a href="sports.htm">Sports</a><br>
<br>
<a href="hostels.htm">Hostels</a><br>
<br>
<a href="canteen.htm">Canteen</a><br>
<br>
<a href="tpcell.htm">Plecement</a><br>
<br>
<a href="gallary.htm">Gallery</a><br>
<br>
<a href="syllabus/syllabus.htm">Syllabus</a><br>
<br>
<font face="monotype corsiva" color="RED">Developed by:<br>
<b>Mayank<br>8517130</b></font>
</body>
</html>
8517130
about.html
<html>
<head>
<title>About JMIETI,Radaur</title>
</head>
<body>
<h2 align="center">About JMIETI</h2>
JMIETI Radaur is apemier Institute of the State of Haryana.It is an ISO-9001:2000
certified institute, which means the quality of the systems followed by the institute has reached
the international standards.The main features of the institute are:-<br>
<ul type="square">
<li>JMIETI is the oldest self-financing institute of the state of Haryana.</li>
<li>Well stocked computerized Library with DELNET facility having more than 164 best
national/international institute.</li>
<li>512 kbps Internet Leased Line from BSNL</li>
<li>Transport Facility Available</li>
<li>Spacious girls common room in all the blocks</li>
<li>A 1200 seating capacity Auditorium.</li>
</ul>
</body>
</html>
OUTPUT: