You are on page 1of 9

NAME: SHYLA P

SEMESTER: IV

SECTION: E

PROGRAMME: IV BCOM

REGISTER NUMBER: 20CO1A5262

COURSE NAME: INTERACTIVE WEB DESIGNING

ASSIGNMENT TOPIC: CREATE A COLLEGE


WEBSITE.

WEB DESIGNING ASSIGNMENT


1
CREATE A WEB PAGE FOR COLLEGE WITH HOME ,ABOUT
US ,PROGRAMMES ,ACADEMICS , STUDENT SERVICES.

File name: HOMEPAGE.HTML

<html>
<head>
<title>web page</title>
</head>
<body bgcolor="lightblue">
<body style="background color: black">
<center><h1><b><u>kristu jayanti
college</u></b></h1></center>
<center><img src="https://directmqadmission.com/wp-
content/uploads/2021/06/direct-admission-kristu-jayanti-
college.png"width="1000" height="400"/></center><br>
<a href="about us.html">about us</a><br>
<a href="programmes.html">programmes</a><br>
<a href="academics.html">academics</a><br>
<a href="student service.html">student service</a>
</body>
</html>

2
Output

File name: ABOUT.HTML

<Html>
<head>
<title>about us</title>
</head>
<body bgcolor="lightpink">
<body style="background color:black">
<center><img src="https://encrypted-tbn0.gstatic.com/images?
q=tbn:and9gcrsvttgxyqkpv-
gykh1kuqcduuxdvqtbjekflst4tumtf0w1syjjqrbudhh4lrk8xqwc24
&usqp=cau" width="200" height="400"/></center>
<center><p>kristu jayanti college, founded in the year 1999,
managed by "bodhi niketan trust", formed by the members of

3
st. Joseph province of the carmelites of mary immaculate (cmi).
The college is affiliated to Bengaluru north university. The college
is recognized by ugc under the category 2(f) & 12(b). The college
was accorded autonomous status in 2013 by the university grants
commission, government of Karnataka & the Bengaluru north
university. The national assessment and accreditation council
(naac) has accredited kristu jayanti college (autonomous) with a+
+ grade. The college has been rated with a cumulative grade point
average (cgpa) of 3.78 out of 4 in the third cycle of accreditation.
It is the second institution in the country and the first in
Karnataka to achieve the highest cgpa.</p></center>
</body>
</html>

Output

4
File name: PROGRAMMES.HTML

<Html>
<head>
<title>kristu jayanti college</title>
</head>
<body bgcolor="olive">
<body style="background color:white">
<center><img
src="https://www.bcomcollegesinbangalore.com/storage/n
otifications/1617265543_606583871e583_750_330.jpg"
width="1000" height="400"/></center><br>
<p>bcom</p>
<p>bba</p>
</body>
</html>

Output

5
File name: ACADEMICS.HTML

<html>
<head>
<title>academics</title>
</head>
<center><h1><b>academics</b></h1></center>
<body bgcolor="aqua">
<ol>
<li>bcom</li>
<ul>
<li>bcom general</li>
<li>bcom profession</li>
</ul>
<li> bba</li>
<ul>
<li> bba business analytics</li>
<li> bba aviation management</li>
</ul>
</ol>
</body>
</html>

6
Output

File name: STUDENT SERVICES.HTML

<html>
<head>
<title>student services</title>
</head>
<body bgcolor="teal">
<center><i><h1>student services</h1></i></center>
<center><img
src="https://ivleader.com/wp-content/uploads/2013/11/stu
dentservices-small.jpg" width="500"
height="200"/></center>
<p>counselling center</p>
<p>grievance redressal</p>
<p>scholarship and loan facilities</p>
7
<p>health care</p>
<p>coaching center</p>
</body>
</html>
Output

8
9

You might also like