Sie sind auf Seite 1von 20

CONTACT .

HTML
<html>

<head>

<style>

.p1

{font-family:"Comic Sans MS";

font-size:15px;

color:purple;

</style>

<script src="https://maps.googleapis.com/maps/api/js"></script>

<script>

var myCenter=new google.maps.LatLng(22.517701, 88.418684);

var marker;

function initialize()

var mapProp = {

center:myCenter,

zoom:16,

mapTypeId:google.maps.MapTypeId.ROADMAP

};

var map=new
google.maps.Map(document.getElementById("googleMap"),mapProp);

var marker=new google.maps.Marker({

position:myCenter,

animation:google.maps.Animation.BOUNCE

});
marker.setMap(map);

google.maps.event.addDomListener(window, 'load', initialize);

</script>

</head>

<body bgcolor=#ffffcc>

<div>

<h1>CONTACT US</h1>

<h3>

Heritage Institute of Technology<br>

Chowbaga Road, Anandapur,<br>

PO:East Kolkata Township, Kolkata 700 107<br>

Ph: +91 33 2443 0454 / 56 / 57<br>

Fax: +91 33 2443 0455 / 1794<br>

E-mail: admin@heritageit.edu<br>

INFO DESK: 9830201234<br>

</h3>

<div id="googleMap"
style="width:500px;height:380px;"></div>

</div>

<body>

</html>
COURSES . HTML

<html>

<head>

<style>

.p1

{font-family:"Comic Sans MS";

font-size:15px;

color:purple;

</style>

</head>

<body bgcolor=#ffffcc>

<div>

<h3>COURSES</h3>

<ul class="p1">

<li class="p1">BCA</li>

<li class="p1">MCA</li>

<li class="p1">B.TECH</li>

<li class="p1">M.TECH</li>

</ul>

</div>

<body>

</html>
IMAGES . HTML

<html>

<body bgcolor=#ffffcc>

<div>

<marquee behavior="scroll" scrollamount="10"><img


src="5.jpg" height ="300" width="600">

<img src="6.jpg" height ="300" width="600">

<img src="7.jpg" height ="300" width="600"></marquee>

</div>

<body>

</html>
LOGIN . HTML

<html>

<head>

<script>

function login()

un=document.fo.u.value;

ps=document.fo.p.value;

if(ps.length < 6)

alert("invalid password.");

if(un.length < 5)

alert("invalid username.");

</script>

<title>login</title></head>

<body bgcolor=#ffffcc>

<form name=fo>

<table align=center>

<tr><th colspan=2><h1>Login</h1>

</tr>

<tr><th><h2>Username:</h2>

<td><input type=text name=u>

</tr>

<tr><th><h2>Password:</h2>
<td><input type=password name=p>

</tr>

<tr><td><input type=submit value=Submit onClick="login()">

<td><input type=reset value=Reset>

</tr>

</table>

</form>

<h2 align=center>NOT YET REGISTERED CLICK ON "Register" NOW</h2>

<h2 align=center>

<a href=regis.html class=pop>Register</a></h2>

</body>

</html>
NEWS . HTML

<html>

<head>

<style>

.p1

{font-family:"Comic Sans MS";

font-size:15px;

color:blue;

</style>

</head>

<body bgcolor=#ffffcc>

<div>

<h3>NEWS</h3>

<ul class="p1">

<li class="p1">Heritage Group of Institutions became the


bronze partner of CII-Innovation 2016 organized at The Park Kolkata on Saturday
27th Feb 2016</li>

<li class="p1">Mayurakshi Mukherjee of B.Tech-ECE


Department has won silver medal in the 36th Junior National Rowing
Championship</li>

<li class="p1">Commencement of Even Semester


Classes- 13th January, 2016</li>

<li class="p1">Congratulations!!!! Infosys had selected


239 students and Wipro had selected 187 students from HIT-K(2014)</li>

<li class="p1">HIT-K had won Innovation Award in


"Gesture Based Robotics Workshop" organized by Roboversity</li>

</ul>

</div>

<body>

</html>
OVERVIEW . HTML

<html>

<head>

<style>

{font-family:"Comic Sans MS";

font-size:15px;

</style>

</head>

<body bgcolor=#ffffcc>

<center>

<img src="2.jpg" height="300px" width="600px">

<p>Inspired by the noble cause of education and philanthropic


zeal, a group of twenty-two like minded industrialists in Kolkata established in 1990
the Kalyan Bharti Trust (KBT), a public charitable foundation, to promote and
provide higher education in the country and in State of West Bengal, in particular. To
achieve KBT's objective, The Heritage School (THS) and Heritage Institute of
Technology (HIT-K) were set up in 2001, while The Heritage Academy (THA) came up
in 2007. Management Education Centre of HIT-K, which is accredited by NBA, has
been accorded an independent status by AICTE as Heritage Business School (HBS)
in 2013.</p>

<p>HIT-K was set up with a view to creating a Centre of


Excellence in technical education in Eastern India. The aim is to be a leader in
technical education in the country and to be at par with the best in the world. Since
inception, HIT-K has been fortunate to attract the best possible faculty and has
created one of the finest infrastructure available in West Bengal. All its eligible
B.Tech Programmes are accredited by NBA and it has been granted autonomous
status by UGC w.e.f. AY 2014-15. There are further expansion plans which are
intended to be implemented in phases to elevate the status of this Institute to that
of a Private University.</p>

<p>A harmonious integration of valued traditions with modern


outlook is the guiding pronciple behind the development of academic environment
that constitutes the basic philosophy of the Institute.</p>

</center>

<body>
</html>
PHOTOS . HTML

<html>

<body bgcolor=#ffffcc>

<div>

<marquee behavior="scroll" height="100%" direction="up"


scrollamount="10" loop="30">

<img src="1.jpg" height ="150" width="150"><br>

<img src="2.jpg" height ="100" width="150"><br>

<img src="8.jpg" height ="100" width="150"><br>

<img src="6.jpg" height ="100" width="150"><br>

<img src="7.jpg" height ="100" width="150"><br>

<img src="5.jpg" height ="100"


width="150"><br></marquee>

</div>

<body>

</html>
PHOTOS1 . HTML

<html>

<body bgcolor=#ffffcc>

<div>

<center>

<img src="1.jpg" height ="300" width="300"><br>

<img src="2.jpg" height ="300" width="600"><br>

<img src="5.jpg" height ="300" width="600"><br>

<img src="8.jpg" height ="300" width="600"><br>

<img src="6.jpg" height ="300" width="600"><br>

<img src="7.jpg" height ="300" width="600"><br>

</center>

</div>

<body>

</html>
REGIS . HTML

<html>

<head>

<script>

function login()

un=document.fo.u.value;

ps=document.fo.p.value;

cp1=document.fo.cp.value;

if(ps.length < 6)

alert("invalid password.");

if(ps === cp1)

else

alert("invalid c password.");

if(un.length < 5)

alert("invalid username.");

</script>

<body bgcolor=#ffffcc>

<center>
<form name=fo>

<table align=center>

<tr><td colspan=2><h1>REGISTRATION</h1></td>

</tr>

<tr><td>Full Name:</td>

<td><input type=text required></td>

</tr>

<tr><td>Username:</td>

<td><input type=text name=u required></td>

</tr>

<tr><td>Password:</td>

<td><input type=password name=p required></td>

</tr>

<tr><td>Confirm Password:</td>

<td><input type=password name=cp required></td>

</tr>

<tr><td>DOB:</td>

<td><input type=date required></td>

</tr>

<tr><td>Gender:</td>

<td><input type=radio name=G >Male

<input type=radio name=G >FeMale</td>

</tr>

<tr><td>Stream:</td>

<td><select>

<option>BCA</option>

<option>BCA</option>
<option>BSC</option>

<option>MSC-IT</option>

</select>

</td>

</tr>

<tr><td><input type=submit value=Submit onClick="login()">

<td><input type=reset value=Reset>

</tr>

</table>

</form>

</center>

</body>

</html>
TITLE . HTML

<html>

<head>

<style>

#d1{background-color:#ccccff;}

#t1{background-color:#c1f0c1;}

#h31

{font-family:"Old English Text MT";

font-size:50px;

.t2{color:"red";}

</style>

</head>

<body>

<div id="d1">

<table width="100%" align="center" >

<tr>

<td width = "150px"><img src="1.jpg" height =


"130px" width="130px"></td>

<td><center><H3 id="h31" >HERITAGE


COLLEGE</H3></center></td>

</tr>

</table>

</div>
<div id="d2">

<table id="t1" border="1" width="100%">

<tr>

<td class ="t2" align="center"><a href="images.html"


target="showframe">HOME</td>

<td class ="t2" align="center"><a href="overview.html"


target="showframe">OVERVIEW</td>

<td class ="t2" align="center"><a href="vision.html"


target="showframe">VISION</td>

<td class ="t2" align="center"><a href="news.html"


target="showframe">NEWS</td>

<td class ="t2" align="center"><a href="photos1.html"


target="showframe">PHOTO GALLERY</td>

<td class ="t2" align="center"><a href="courses.html"


target="showframe">COURSES</td>

<td class ="t2" align="center"><a href="contact.html"


target="showframe">CONTACT US</td>

<td class ="t2" align="center"><a href="login.html"


target="showframe">LOGIN</td>

</tr>

</table>

</div>

</body>

</html>
VISION . HTML

<html>

<head>

<style>

.p1

{font-family:"Comic Sans MS";

font-size:15px;

body{margin: 1cm 4cm 3cm 4cm;}

</style>

</head>

<body bgcolor=#ffffcc>

<center>

<img src="4.jpg" height="300px" width="700px">

</center>

<H2 >VISION</H2>

<p class="p1">To prepare dynamic and caring citizens to meet


the challenges of global society while retaining their traditional values.</p>

<H2 >MISSION</H2>

<ul class="p1">

<li class="p1">To prepare students with strong


foundation in their disciplines and other areas of learning.</li>

<li class="p1">To provide an environment for critical and


innovative thinking, and to encourage life-long learning.</li>

<li class="p1">To develop entrepreneurial and


professional skills.</li>

<li class="p1">To promote research and developmental


activities and interaction with industry.</li>
<li class="p1">To inculcate leadership qualities for
serving the society.</li>

</ul>

<body>

</html>
HOME . HTML

<html>

<head>

<title>HERITAGE COMPUTER COLLEGE</title>

</head>

<frameset rows="214px,*">

<frame src="title.html" noresize="noresize" frameborder="0">

<frameset cols="160px,70%,*">

<frame src="photos.html" frameborder="1">

<frame src="images.html" name="showframe"


scrolling="auto" frameborder="0">

<frame src="news.html" scrolling="auto"


frameborder="1">

</frameset>

</frameset>

</html>

Das könnte Ihnen auch gefallen