0% found this document useful (0 votes)
11 views7 pages

Web-Tech LabFile

The document outlines the design of web pages for JIMS Engineering Management Technical Campus, including an index page with links to courses, departments, faculties, and library. Each linked page provides detailed information about the respective topics, emphasizing the college's values, educational offerings, and resources. The content highlights the institution's commitment to academic excellence and student development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views7 pages

Web-Tech LabFile

The document outlines the design of web pages for JIMS Engineering Management Technical Campus, including an index page with links to courses, departments, faculties, and library. Each linked page provides detailed information about the respective topics, emphasizing the college's values, educational offerings, and resources. The content highlights the institution's commitment to academic excellence and student development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

PRACTICAL-1

AIM: Design web pages for your college containing a description of the courses,
departments, faculties, library, etc. Use href and list tags.
CODE:

<!-- INDEX.HTML -->


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JIMS</title>

<link rel="icon" href="logo.png" />


</head>
<body>
<div class="jims_logo">
<img
src="logo.png"
style="display: flex; justify-self: center; height: 5rem;"/>
</div>
<div class="nav" style="display: flex; justify-self: center;">
<h2>JIMS ENGINEERING MANAGEMENT TECHNICAL CAMPUS, GREATER
NOIDA</h2>
</div>
<hr class="dd" />
<marquee> Welcome to JIMS!</marquee>
<div>
<h2 style="padding: 2.5rem;">Facilities we provide :</h2>
<ul
type="none"
class="facilities-items"
style="display: flex; gap: 3rem;">
<li><a href="courses.html">Courses</a></li>
<li><a href="departments.html">Departments</a></li>
<li><a href="faculties.html">Faculties</a></li>
<li><a href="library.html">Library</a></li>
</ul>
</div>
</body>
</html>

<!-- COURSES.HTML -->


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Course</title>
<link rel="icon" href="logo.png" />
</head>
<body>
<div class="content"></div>
<img
src="logo.png"
style="display: flex; justify-self: center; height: 5rem;" />
<h1 style="text-align: center; text-decoration: underline;">Courses</h1>

<div id="tt" style="text-align: justify; padding: 1rem;">


JIMS Engineering Management Technical Campus is top GGSIP college in
Delhi/ NCR and also one of the best engineering colleges in Greater Noida,
situated at knowledge park III. It is approved by All India Council for
Technical Education (AICTE), the statutory body and a national-level
council for technical education, working under the Department of Higher
Education, Ministry of Human Resource Development (MHRD). JIMS Engineering
Management Technical Campus is affiliated to Guru Gobind Singh
Indraprastha University (GGSIPU), Delhi established since 1998, is running
under the aegis of the Jagannath Gupta Memorial Society. JIMS Engineering
Management Technical Campus is a leading institution built on the
foundation of a better thought process with core values - Integrity and
Ethics, Transparency and Accountability, Innovative Learning, and
Development, Entrepreneurship and Diversity & Environment and Social
Responsibility. JIMS Engineering Management Technical Campus provides a
fulfilling experience, supportive and stimulating environment by training
state of the art technologies and skills to different classes of learners.
It transforms individuals into prodigious professionals filling the
current market needs as entrepreneurs, academicians, thinkers,
philosophers, artists, technocrats, bureaucrats, lawyers, JIMS Engineering
Management Technical Campus, best college for engineering, BBA, BJMC, BCA
in Delhi/ NCR, believes in imparting puritanical core values via
prescriptive learning and instructive learning.
</div>
</body>
</html>

<!-- DEPARTMENTS.HTML -->


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Departments</title>
<link rel="icon" href="logo.png" />
</head>
<body>
<img
src="logo.png"
style="display: flex; justify-self: center; height: 5rem;"/>
<h1 style="text-align: center; text-decoration: underline;">Departments</h1>

<div id="tt" style="text-align: justify; padding: 1rem;">


JIMS Engineering Management Technical Campus is top GGSIP college in
Delhi/ NCR and also one of the best engineering colleges in Greater Noida,
situated at knowledge park III. It is approved by All India Council for
Technical Education (AICTE), the statutory body and a national-level
council for technical education, working under the Department of Higher
Education, Ministry of Human Resource Development (MHRD). JIMS Engineering
Management Technical Campus is affiliated to Guru Gobind Singh
Indraprastha University (GGSIPU), Delhi established since 1998, is running
under the aegis of the Jagannath Gupta Memorial Society. JIMS Engineering
Management Technical Campus is a leading institution built on the
foundation of a better thought process with core values - Integrity and
Ethics, Transparency and Accountability, Innovative Learning, and
Development, Entrepreneurship and Diversity & Environment and Social
Responsibility. JIMS Engineering Management Technical Campus provides a
fulfilling experience, supportive and stimulating environment by training
state of the art technologies and skills to different classes of learners.
It transforms individuals into prodigious professionals filling the
current market needs as entrepreneurs, academicians, thinkers,
philosophers, artists, technocrats, bureaucrats, lawyers, JIMS Engineering
Management Technical Campus, best college for engineering, BBA, BJMC, BCA
in Delhi/ NCR, believes in imparting puritanical core values via
prescriptive learning and instructive learning.
</div>
</body>
</html>

<!-- FACULTIES.HTML -->


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Faculties</title>
<link rel="icon" href="logo.png" />
</head>
<body>
<img
src="logo.png"
style="display: flex; justify-self: center; height: 5rem;"/>
<h1 style="text-align: center; text-decoration: underline;">Faculties</h1>

<div id="tt" style="text-align: justify; padding: 1rem;">


College faculties play a crucial role in the academic ecosystem of a
university. Comprising various academic departments, faculties are led by
dedicated educators who not only impart knowledge but also guide students
toward a successful career. From providing lectures to mentoring students
and engaging in groundbreaking research, faculty members help shape the
educational experience and cultivate a rich, dynamic learning environment.
</div>
</body>
</html>

<!-- LIBRARY.HTML -->


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Library</title>
<link rel="icon" href="logo.png" />
</head>
<body>
<img
src="logo.png"
style="display: flex; justify-self: center; height: 5rem;" />
<h1 style="text-align: center; text-decoration: underline;">Library</h1>

<div id="tt" style="text-align: justify; padding: 1rem;">


In any college or university, the library is much more than just a place
to check out books. It serves as a central hub of knowledge, providing
students and faculty with the resources they need to succeed academically
and professionally. College library facilities are designed to foster an
environment that promotes research, learning, and intellectual
exploration.
</div>
</body>
</html>
OUTPUT:

You might also like