EXPNO3
EXPNO3
EXPNO3
HOME.HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>College Homepage</title>
</head>
<body>
<header>
</header>
<nav>
<ul>
<li><a href="department.html">Departments</a></li>
<li><a href="courses.html">courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section>
</section>
<section>
<p>Discover our diverse departments, learn about our admission process, and find the
support you need to
</section>
</main>
</body>
</html>
ABOUT.HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Department</title>
</head>
<body>
<nav>
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="department.html">Departments</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section>
<P>Kongu Engineering College, one of the foremost multi professional research-led Institutions is
internationally a recognized leader in professional and career-oriented education. It provides an
integral, inter-disciplinary education - a unique intersection between theory and practice, passion
and reason. The College offers courses of study that are on the frontiers of knowledge and it
connects the spiritual and practical dimensions of intellectual life, in a stimulating environment that
fosters rigorous scholarship and supportive community. This Institute is a great possession of the
committed Trust called 'The Kongu Vellalar Institute of Technology Trust' in Erode District, Tamilnadu.
The noble Trust has taken the institute to greater heights since its inception in 1983 and has
established the college as a forum for imparting value based education for men and women.
The word 'Kongu' refers to a region of the southern state of India and the term 'Kongu Vellalar'
specially means the agricultural community, predominated in the west of Tamilnadu, which was
deprived of educational facility in those days. To achieve technical excellence in their rural areas, 41
philanthropists from different walks of life who realized the need for technical education for their
region's economic strides, formed collectively a Trust called 'The Kongu Vellalar Institute of
Technology Trust' and they tried to promote and develop equality of opportunity for the rich and the
poor.
Affiliated to Anna University Chennai,the college has completed more than three decades of
dedicated service to the people of India and abroad in the field of Technical Education. The
Institution has an area of 167 acres of land richly endowed with beautiful greeneries. The college
with its state-of- the- art infrastructural facilities and excellent academic records has earned
recognition as one of the reputed educational institutions for men and women in India.
</P>
<UL>
</UL>
</SECTION>
<section>
<p>The mission of our department is to provide high-quality education, foster research and
innovation, and
</section>
<section>
<h2>Department History</h2>
<p>Founded in [Year], our department has a rich history of academic excellence and a
commitment to
</section>
<section>
<p>Our dedicated team of experienced faculty and staff are passionate about education and
are committed to
providing support and guidance to our students throughout their academic journey.</p>
</section>
</main>
</body>
</html>
DEPARTMENT.HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>College Department</title>
<Style>
li:hover
color:red;
a:hover
color:green;
.main {
font-size: 36px;
font-weight: bold;
Text-align: left;
.myclass2 {
font-size: 18px;
font-weight: bold;
background-color: orange;
.myclass1 {
font-size: 18px;
font-weight: bold;
background-color: blue;
</style>
</head>
<body>
<header>
</header>
<img src="ct.jpg"width="1500"height="400">
<nav>
<ul>
<li><a href="department.html">Departments</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="main">
Vision
</div>
<div class="myclass2">
To become a technically competent centre in the domain of computer science to take care of
the global industrial needs
</div>
</div>
<div class="main">
Mission
</div>
<div class="myclass1">
Department of computer technology-UG is committed to
<ul>
<li>Produce stake holders who can contribute to technological development and social
upliftment</li>
<li> Provide students with the state-of-art technologies to excel in academics to meet the IT
industrial needs</li>
</div>
</div>
</body>
</html>
COURSES.HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>College Department</title>
<style>
.myclass2 {
font-size: 18px;
font-weight: bold;
background-color: #c5c5db;
.myclass1 {
font-size: 18px;
font-weight: bold;
background-color:GREEN;
}
</style>
</head>
<body>
<header>
<h1>COURSES OFFERED</h1>
</header>
<h2 style="color:Tomato;">
</h2>
<div class="myclass2">
This branch of study focuses on providing the knowledge and skills necessary to develop new
paradigms for the design and development of state-of-the-art software projects by incorporating the
technologies of computer science.
<UL>
<LI>Be successfully employed as Software developer and/or accepted into higher education</LI>
<LI> Engage in professional development with the ability to progress in the organization.</LI>
<LI> Adapt to societal changes of industries, lifelong learning and entrepreneurial endeavours.</LI>
Apply software application oriented skills to innovate solution to meet the ever changing demands
of IT industry.
</div>
</div>
<h2 style="color:Tomato;">
Information Systems
</h2>
<div class="myclass1">
This branch of study focuses on providing the knowledge and skills necessary to develop new
paradigms for the design and development of state-of-the-art software projects by incorporating the
technologies of computer science.
<UL>
<LI>Be successfully employed as Software developer and/or accepted into higher education</LI>
<LI> Engage in professional development with the ability to progress in the organization.</LI>
<LI> Adapt to societal changes of industries, lifelong learning and entrepreneurial endeavours.</LI>
Analyze, develop and provide solutions to industrial problems in computer domain using
programming, data processing and analytical skills.
Apply software application oriented skills to innovate solution to meet the ever changing demands
of IT industry.
</div>
</div>
</body>
</html>
OUTPUT: