PROGRAM 3
PROGRAM 3
home.html
<html>
<head>
<title>VCW</title>
</head>
<body bgcolor=yellow>
<center>
<font color=red>(Autonomous)</font></h3>
<h4><font color=black>
e-mail:[email protected],website:vcw.ac.in</h4>
<h5>Thindal,ERODE-638012(T.N.,)Ph:2244101,2244102</h5>
</center>
<center>
<a href="about.html">ABOUT</a>
<a href="courses.html">COURSES</a>
<a href="facilities.html">FACILITIES</a>
</center>
</body>
</html>
---------------------------------------------------------------------------------------------------
about.html
<html>
<head><center><p><h1>ABOUT US</h1></p></center>
</head>
<body bgcolor="pink">
<center>
<ul>
<p><h2><li>To provide education opportunities to the rural backward and down Dronten
women</li></h2></p>
</ul>
<a href="home.html"/>HOME</a>
</body>
</html>
---------------------------------------------------------------------------------------------------
courses.html
<html>
<head></head>
<body>
<li><h2>SCIENCE</h2></li>
<ul type='disc'>
<lh><h3>COMPUTER SCIENCE</h3></lh>
<li> BCA</li>
<li> MCA</li>
<li> B.Sc CSDA</li>
</ul>
<ul type='disc'>
<lh><h3>MATHEMATICS</h3></lh>
</ul>
<li><h2>ARTS<h2></li>
<ul type='circle'>
<lh><h3>COMMERCE</h3></lh>
<li> B.Com</li>
<li> M.Com</li>
<ul type='circle'>
<lh><h3>LITRATURE</h3></lh>
<li> BA Lit</li>
<li> MA Lit</li>
</ul>
</ol>
</body>
</html>
---------------------------------------------------------------------------------------------------
facilities.html
<html>
<head><h1><center>college facilities</center></h1></head>
<title>welcome to all</title>
<body bgcolor="pink">
<p><h3>facilities included well ventilated classrooms,recreational area,etc..the students are
endowed with mordern infrastructure</h3></p>
<p><h2><center>facilities are:/
<ol>
<li>comfortable hostels</li>
<li>bus facility</li>
<li>a magnificant auditorium</li>
<li>four conference hall</li>
<li>canteen</li>
</center>
</h2>
</p>
<a href="home.html">HOME</a>
</body>
</html>