You are on page 1of 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>

</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>

<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 for and 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 an Institution of Higher Education among the teachers and students.The mission of the Society is to so 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>

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 the aegis of New Millennium Education Society. The society came into being with a clear objective to establish and run Institutions for Professional, Technical and Management Education in accordance 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 the society and meets the demands of the nation". From a very modest start, the institute has now acquired 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>

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>

<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>

<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>

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: ideal_institute2@rediffmail.com </font></h3></center> </body> CODING FOR f3: <html> <body bgcolor="mediumaquamarine"> <center><h3>WELCOME TO TECHNOLOGY</h3></center> IDEAL INSTITUTE OF MANAGEMENT AND

<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>

You might also like