BCA

WEB PROGRAMMING LAB

PROGRAM 1 PROGRAM 2 PROGRAM 3 PROGRAM 4 PROGRAM 5 PROGRAM 6

PART B

PROGRAM 7 PROGRAM 8 PROGRAM 9 PROGRAM 10 PROGRAM 11 PROGRAM 12 PROGRAM 13 PROGRAM 14 PROGRAM 15 . . .

Create a webpage using html to display college information with appropriate images and list of departments.

GFGC KADUR

This co-educational reputed Government College is comes under the
Kuvempu University; it’s very distinctive among other colleges in the
university and the state. It has earned ‘B’ grade certificate
by NAAC with 2.35 points. The college has its own
vision and mission and is functioning on its vision and mission to
achieve its goal. The college has been started in the year 1992 and
giving a graduates to the society.
Read More

 

<html>
<head>
<title>College</title>
</head>
 <body> 
<center>
<h1 style="color:blue;">GFGC KADUR</h1>
<p >
 This co-educational reputed Government College is comes under the
<br> Kuvempu University; it’s very distinctive among other colleges in the<br> university and the state. It has earned ‘B’ grade
 certificate<br> by NAAC with 2.35 points.  The college has its
 own<br> vision and mission and is functioning on its vision and
 mission to<br> achieve its goal. 
The college has been started in the year 1992 and<br> giving a graduates to the society.<br>
Read More
</p>
<img src="im1.jpg" alt=" "  height=300 /> 
</center>
</body>
</html>


Save image im1.jpg in same folder where your html program present