8
CODING: <frameset rows="15%,70%,15%"> <frame src="iimt.html" name="f1"> <frameset cols="30%,*"> <frame src="f2.html" name="f2"> <frame src="f3.html" name="f3"> </frameset> <frame src="f4.html" name="f4"> </frameset> CODING FOR “f1”: <html> <body bgcolor="chartreuse"><font face="comic sans MS"> <center><h2>IIMT</h2></center>

HTML File- Frames

Embed Size (px)

Citation preview

Page 1: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 1/8

CODING:

<frameset rows="15%,70%,15%">

<frame src="iimt.html" name="f1">

<frameset cols="30%,*">

<frame src="f2.html" name="f2">

<frame src="f3.html" name="f3">

</frameset>

<frame src="f4.html" name="f4">

</frameset>

CODING FOR “f1”:

<html>

<body bgcolor="chartreuse"><font face="comic sans MS">

<center><h2>IIMT</h2></center>

Page 2: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 2/8

</body>

</html>

CODING FOR “f2”:

<html>

<body bgcolor="mistyrose">

<a href="home.html" target="f3">HOME</a>

<p><a href="about us.html" target="f3">ABOUT US</a></p>

<p><a href="courses.html" target="f3">COURSES</a></p>

<p><a href="contact us.html" target="f3">CONTACT US</a></p>

</body>

</html>

CODING FOR “HOME”:

<html>

<head>

Page 3: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 3/8

<title>IDEAL INSTITUTE OF MANAGEMENT AND TECHNOLOGY

&

SCHOOL OF LAW

(Affiliated to G.G.S. Indraprastha University, Delhi)

</title>

</head>

<body bgcolor="mediumaquamarine">

<font face="Times New Roman" size="4" color=”white” >

The vision of Institute is to develop into a Center of Excellence for Technical, Professional and

Management Education at the Graduate and Post Graduate levels. The Institute would strive forand assures the best of ambience, culture, character and standards of an Education Institution.

The Institute would have ambience and atmosphere conducive in to best of ways of learning,teaching and related values and pursuits. It will help in inculcating values and virtues of anInstitution of Higher Education among the teachers and students.The mission of the Society is toso shape the Institute as it acquires the status of acclaimed center of learning - an abode of excellence in Technical, Management and Professional Education.

</font></body>

</html>

Page 4: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 4/8

CODING FOR “ABOUT US”:

<html>

<body bgcolor="mediumaquamarine">

<font face="Times New Roman" size="4" color=”white” >

Ideal Institute of Management and Technology & School of Law was setup in 1999 under theaegis of New Millennium Education Society. The society came into being with a clear objectiveto establish and run Institutions for Professional, Technical and Management Education inaccordance with the policies and the regulations of the State Govt. and Central Govt. The word"New Millennium Education" aimed at by the society, is in full tune with the requirements of New Millennium - "An education that ensures a career for the individual, fulfills the need of thesociety and meets the demands of the nation". From a very modest start, the institute has nowacquired a commendable position as premier Institute in imparting education for B.Ed., BBA(CAM), BBA and LL.B.(H) programmes of G.G.S.Indraprastha University, Delhi.

</body>

</html>

Page 5: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 5/8

CODING FOR “COURSES”:

<html>

<body bgcolor="mediumaquamarine">

<font face="Times New Roman" size="4">

<table bgcolor="aqua" border="2" align="center">

<tr>

<th width="40%">Courses</th>

<th width="40%">Duration</th>

<th width="30%">Total Seats</th></tr>

<tr>

<td>B.Ed.</td>

<td>1 year</td>

Page 6: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 6/8

<td>100</td>

</tr>

<tr>

<td>BBA</td>

<td>3 years</td>

<td>60</td>

</tr>

<tr>

<td>BBA(CAM)</td>

<td>3 years</td>

<td>45</td>

</tr>

<tr>

<td>B.A.LL.B.(H)</td>

<td>5 years</td>

<td>80</td>

</tr>

<tr>

<td>BBA(2nd Shift)</td>

<td>3 years</td>

<td>60</td>

</tr>

<tr>

<td>BBA(CAM) (2nd Shift)</td>

<td>3 years</td>

Page 7: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 7/8

<td>45</td>

</tr>

<tr>

<td>E.T.E.</td>

<td>2 years</td>

<td>50</td>

</tr>

</table>

</body>

</html>

CODING FOR “CONTACT US”:

<html>

<body bgcolor="mediumaquamarine">

<center><h3> <font color=”white”>

Page 8: HTML File- Frames

8/3/2019 HTML File- Frames

http://slidepdf.com/reader/full/html-file-frames 8/8

Contact Us

<br><br>Ideal Institute of Management and Technology and School of Law

<br>16 X, Karkardooma Institutional Area,

<br>(Near Telephone Exchange)

<br>Delhi-110092

<br><br>Ph. : +91(11) 22372639, 65288868

<br>Fax : +91 (11) 22375961

<br>Email: [email protected]

</font></h3></center>

</body>

CODING FOR “f3”:

<html>

<body bgcolor="mediumaquamarine">

<center><h3>WELCOME TO IDEAL INSTITUTE OF MANAGEMENT ANDTECHNOLOGY</h3></center>

<P><center><IMG SRC="logo.jpg"></center></P>

</body>

</html>

CODING FOR “f4”:

<html>

<body bgcolor="orangered"><font face="comic sans MS">

<center><h3> <font color=”white”> Ideal Institute of Management and Technology, delhi,2010</font></h3></center>

</body>

</html>