You are on page 1of 38

P.

G centre jnanagangotri chitradurga 2019

DAVANGERE UNIVERSITY

"HTML Project on P.G CENTRE JNANAGANGOTRI”


CHITRADURGA

Submitted by:-

M.COM 3RDSEMESTER

Creaters Page 1
P.G centre jnanagangotri chitradurga 2019

Under the Guidance:-

M.COM
ASSISTANT PROFESSOR
DEPARTMENT STUDIES IN COMMERCE
P.G. CENTRE JNANAGANGOTRI
CHITRADURG-577501

NOVEMBER-2019

SUBMISSION PLACE:-
SUBMISSION DATE :- Signature:-

Creaters Page 2
P.G centre jnanagangotri chitradurga 2019

DECLARATION

I hereby declare that the HTML Project Report On “P.G Centre jnanagangotri chitradurga” . Has been
prepared by me during the academic year 2019-20 under the guidance of Mr.SHASHIDHAR.D M.Com
Assistant professor, Department of studies and Research in Commerce, P.G center jnanagangotri
chitradurga, and Chitradurga in partial fulfilment of the requirements for the award of Master of Commerce
of Davangere University I have not submitted this Project Report to any other university or institution for
the award of any degree or diploma.

Date:30-11-2019
Place: CHITRADURGA signature
RegNO:MC181510

Reg NO:MC181564

Reg NO:MC1815

Reg No:MC1815

Reg NO:MC1815

Reg NO:MC1815

Reg NO:MC1815

Reg NO:MC1815

Creaters Page 3
P.G centre jnanagangotri chitradurga 2019

INTRODUCTION

The proposed website I an effective replacement of the current website with improvements in overall site
appearance, usability and authenticity.This will give a hetter outlook of the college to the site visitors. It
content all the infommation in a structure manner, by that the visitors can access the site easily. In an effort
to prioritize an important tool for an organization's communication plan, I undertook the de velopment of
a web style guide for college.

I surveyed the published literature and discovered that although mch had been written about corporate style
guide creation, nothing existed about how to create a web style guide. Additionally, my research on 70 web
style guides from peer intitutions revealed that 2 there was no correlation between the quality of a web
style guide and the quality of the corresponding we hsite-exemplary webstyle guides were found on sub-
par website.and vice-versa.

Finaly,has wed on a content analysis of web style guides.I developed a new appmach for creating a web
style guide for higher education ins titutions Clearly,there is great variation for wat comprises a web style
guide,with some leaning towards either the technical or editorial side of the spectrum, as these example
demonstrate.For the purpose of this paper.though,I will categorize lynch and Horton's topic arcas and say
that a web style guide is a set of hasic design principles which are composed of editorial,visualand web-
specific standards.Put thi way,a web style guide becomes more familiareditorial features derive from
traditional style duide or style handbooks,based on a content analysis of web style guides,I developed a
new approach for ceating a web style guide for higher education institutions.

Creaters Page 4
P.G centre jnanagangotri chitradurga 2019

PURPOSE

The proposed website content to all requirement for a good college website with all necessary detailing.
We hope for achieving better alignment the proposed website is an effective replacement of the current
website with improvement in a overall site by that visitors. Content all the information in a structure
manner, by that the visitor can access the site easily.

SCOPE

This web site is being developed for college and is intended to used by individuals with web access. Who
are interested in obtaining bachelor's degree in computer. This is also very useful for faculty and students
of college.

DEFINATION

College website is integrated web application that handles various academic and non academic activities
of a college/Academic Institute. The system can access by every students/faculties/employees of the
institution through internet connected computers or internet enabled mobile devices with the aid of his user
name and password. Every user will have a customized home page with his/her profile management
facilities. Through links that displays in the home page the user can access different options of the website.

Technology
Creaters Page 5
P.G centre jnanagangotri chitradurga 2019

HTML Basics Welcome to HTML Basics. This workshop leads you through the basics of Hyper Text Mark
up Language (HTML). HTML is the building block for web pages. You will learn to use HTML to author
an HTML page to display in a web browser. Objectives: By the end able to: f Use a text editor to author an
HTML document. f Be able to use basic tags to denote paragraphs, emphasis or special type. create
hyperlinks to other documents. f Create an email link. Add images to your document. Q: What is Notepad
and where do I get it? A: Notepad is the default Windows text editor. this workshop, you be On most
Windows systems, click your Start button and choose Programs then Accessories. It should be a little blue
notebook. Mac Users: Simple Text is the default text editor on the Mac. In OSX use Text Edit and change
the following preferences: Select (in the preferences window) Plain text instead of Rich text and then select
Ignore rich text commands in HTML files. This is very important because if you don't do this HTML codes
probably won't work. One thing you should avoid using is a word processor (like Microsoft Word) for
authoring your HTML.

What is an html File? HTML is a format that tells a computer how to display a web page
USE
USETECHNOLOGY

Creaters Page 6
P.G centre jnanagangotri chitradurga 2019

 Editor Notepad Notepad++

 WordPad

 UC Browser

 Internet explorer

 Chrome

 Mobile apps

 Droid editor

 Droid editor

USE STRUCTURE

Creaters Page 7
P.G centre jnanagangotri chitradurga 2019

<HTML>
<HEAD>
<TITLE>..........................</TITLE>
<STYLE TYPE="TEXT/CSS">
BODY {FONT COLOR="RED"}
</STYLE>
</HEAD>
<BODY>
<H><B><U>........................</U></B></H>
<P>............................................<P>
</BODY>
</HTML>

CollegewebsiteHome page.html
Creaters Page 8
P.G centre jnanagangotri chitradurga 2019

<html>
<head><title>Incerting images</title></HEAD>
<Body style="background-color:skyblue">
<CENTER><H1><U><FONT size="32" COLOR="orange"><br>PG CENTER JNANAGANGOTRI
CHITRADURGA</br>
<Br></br></FONT></U></H1></CENTER>
<IMG SRC="file:///storage/emulated/0/Download/New-vice-chancellor-768x558.jpg"WIDTH="250"
HEIGHT="300"
ALIGN="LEFT"/>
<img src="file:///storage/emulated/0/Download/cropped-DU-logo-01-1024x264.png" width="900"
height="300"/>
<img src="file:///storage/emulated/0/Download/2018-07-12%20(2).jpg"width="952"
hight="300"ALIGN="centre"/>
<table width="100%" border="1"><tr>
<th><A HREF="HOME.HTML">HOME</A></th>
<th><A HREF="ABOUTUS.HTML">ABOUT US</A></th>
<th><A HREF="CONTACT US.HTML">CONTACT US</A></th>
<th><A HREF="DEPARTMENT.HTML">DEPARTMENT</A></TH>
<TH><A HREF="SPORTS.HTML">SPORTS</A></th>
<th><A HREF="COURSES.HTml">COURSES</A></th></body></head>
</html>

Creaters Page 9
P.G centre jnanagangotri chitradurga 2019
Output

Creaters Page 10
P.G centre jnanagangotri chitradurga 2019

ABOUTUS.HTMLL

<HTML>

<HEAD>

<TITLE> ABOUT US </TITLE>

</HEAD>

<img src="file:///storage/emulated/0/Download/2018-01-06.jpg" width="100%" height="400">

<BODY style="background-color:skyblue">

<img src="file:///storage/emulated/0/Download/images%20(17).jpeg" width="200" height="150"


align="right">

<h2><font color="blue"> ABOUT US: </font></H2>

Establishment In 2010, Chitradurga P.G. Centre Is Affliated To Davangere University The Address Of The
Institute Is Jnanagangotri, G R Halli Post, N H 13, Chitradurga., Chitradurga Chitradurga Karnataka You
Can Explore More Details On

<li>Institute Id : AISHE Code -C-17721</li>

<li>Name of Institute: CHITRADURGA P.G. CENTRE</li>

<li>College Type: PG Center / Off-Campus Center</li>

<li>University Name : Davangere University, Davangere</li>

<li>University Type :State Public University</li>

<li>Year of Establishment: 2010</li>

<li>Statutory Body : University Grants Commission</li>

<li>Management Name : University</li>

<li>Specialized in : No</li><br><br><br><br><tr><th</th></tr>

<MARQUEE style="background-color: black" ><font color="#1DE9B6

"> THAT WEBSITE IS


Creaters Page 11
P.G centre jnanagangotri chitradurga 2019
DESIGEND BY M.COM 3rd semester students P.g center chitradurga(BHANUKUMAR.O,
SHEELA.M.S, MARUTHI.R, MRGHASHRI, ABHINANDANA.M, MANJUNATH.T,

RAJESH.V)</font></MARQUEE>

<A HREF="homepage.HTML">back</A>

</BODY>

</HTML>

Creaters Page 12
P.G centre jnanagangotri chitradurga 2019
Output

Creaters Page 13
P.G centre jnanagangotri chitradurga 2019

CONTACT US.HTML

<HTML>
<HEAD>
<TITLE><A HREF="CONTACTUS.HTML"</A> CONTACT US</TITLE>
<BODY style="background-color:skyblue">
</HEAD>
<style type="text/css">
body
{background-color: #ADD8E6"}
</style>
</head>
<TABLE border="4" width="100%"height="20">
<tr>
<th>
</th>
</tr>
</table>

<TABLE border="4" width="100%"height="20"style="background-


color:skyblue">
<th>
<h1><center><font color="blue">P.G centre jnanagangotri chitradurga
</center></h1>
</th>
</tr>
</TABLE>
<Table border="4" width="100%" height="20">
<TABLE

Creaters Page 14
P.G centre jnanagangotri chitradurga 2019
<tr>
<th>
</th>
</tr>
<img src="file:///storage/emulated/0/Download/2018-07-12%20(2).jpg" width="100%" height="400"/>
<img src="file:///storage/emulated/0/Download/2018-07-12.jpg" width="100%" height="400"/>

<img src="file:///storage/emulated/0/Download/cropped-DU-logo-01-1024x264.png" width="100%"


height="400"align="right"/>

<img src="file:///storage/emulated/0/Download/images%20(17).jpeg" width="100%"


height="200"align="right"/>

Department.:-
Creaters Page 15
P.G centre jnanagangotri chitradurga 2019

<HTML>
<head>
<TITLE>jnanagangotri p.g center chitradurga</TITLE>
</HEAD>
<BODY STYLE="BACKGROUND-COLOR: skyblue">
<TABLE BORDER="1" WIDTH="100%" HEIGHT="8"><TR>
<TH><H1><FONT COLOR="BLUE"><U>jnanagangotri p.g centre
FACULTY</FONT></U></H1></TH>
</TR></TABLE>
<IMG SRC="file:///storage/emulated/0/Download/2018-07-12%20(2).jpg" WIDTH="100%"
HEIGHT="600"/>
<HR/>
<a href="https://ibb.co/VxGyX1j"><img src="https://i.ibb.co/C6ydxc1/IMG-20191111-WA0002.jpg"
width="72%" hight="300"align="right" border="0"></a><br /><a target='_blank'
href='https://imgbb.com/'></a><br /><HR/>
<table border="1" WIDTH="250" HEIGHT="250">
<tr>
<TD><B><A HREF="COMPUTER SCIENCE DEPARTMENT.HTML" > COMPUTER SCIENCE
DEPARTMENT</A></B></td>
</tr>
<tr>
<tD><B><A HREF="M.COM.HTML">MASTER OFCOMMERCE DEPARTMENT</A></B></td>
</TR>
<TR>
<tD><B><A HREF="MSC.HTML">MASTER OF SCIENCE DEPARTMENT</A></B></td>
</TR>
<TR>
<tD><B><A HREF="MANAGEMENT.HTML">MANAGEMENT DEPARTMENT</A></B></td>
</TR>
<TR>

Creaters Page 16
P.G centre jnanagangotri chitradurga 2019
<td><B><A HREF="MA.HTML">KANNADA DEPARTMENT</A></B></td>
</TR>
<TR>
<td><B><A HREF="MA.HTML">ENGLISH DEPARTMENT</A></B></td>
</TR>
<TR>
<td><B><A HREF="MA.HTML">ECONAMICS DEPARTMENT</A></B></td>
</TR>
<TR>
<td><B><A HREF="SPORT.HTML">SPORT DEPARTMENT</A></B></td>
</TR>
</TABLE><BR/>
<MARQUEE STYLE="BACKGROUND-COLOR: pink"><FONT COLOR="black"
SIZE="5PX">THAT WEBSITE IS
DESIGNED BY M.com 3 SEM students{R.A.M.M.M.B.S}</FONT></MARQUEE >
</BODY>
</HTML>

Output

Creaters Page 17
P.G centre jnanagangotri chitradurga 2019

Creaters Page 18
P.G centre jnanagangotri chitradurga 2019

Facilities.HTML
<html>
<head>
<title> facilities </title>
</head>
<body>
<center>
<table border="1">
<Body style="background-color:skyblue">
<CENTER><H1><U><FONT COLOR="NAVY"><br>DAVANAGERE UNIVERSIT</br>
<Br>P.G centre jnanagangotri chitradurga</br></FONT></U></H1></CENTER>
<p>&nbsp</p>
<p>&nbsp</p>
<p>&nbsp</p>
<tr><td><img src="file:///storage/emulated/0/Download/cma5176_6560_2015_main.jpg" width="300"
height="35%"align="right"
></td><td><img src="file:///storage/emulated/0/Download/images%20(19).jpeg"
width="300" height="400" /></td>
<td><img src="file:///storage/emulated/0/Download/images%20(20).jpeg"
width="300" height="400" /></td>
<td><img src="file:///storage/emulated/0/Download/images%20(21).jpeg"
width="300" height="400" /></td>
<td><img src="file:///storage/emulated/0/Download/images%20(22).jpeg"
width="300" height="400" /></td>
<tr>
<td align="center"><b>Central Library</b></td><td align="center"><b>Computer
Lab</b>
</td>
</tr>
<tr>

Creaters Page 19
P.G centre jnanagangotri chitradurga 2019
<td align="center"><b>Class Rooms</b></td>
<td align="center"><b>Laboratories</b>
</td>
<tr>
<tr>
<td align="center"><b>Sports</b></td><td align="center"><b>Hostel</b>
</td>
<tr>
<td align="center"><b>Internet Facility</b></td>
<td align="center"><b>Auditorium</b>
</td>
</body>
</html>

Creaters Page 20
P.G centre jnanagangotri chitradurga 2019
Output

Creaters Page 21
P.G centre jnanagangotri chitradurga 2019

Courses.html
<html>
<head>
<TITLE> COURSES </TITLE>
</head>I
<BODY style="background-color:skyblue"><CENTER><H1><U><FONT
COLOR="BLUE">COURSES</FONT></U></H1></CENTER>
<center><table border="1" width="700" >
<tr>
<TH WIDTH="350" >PG COURSES</TH>
</TR>
<TR>
<TR style="background-color: silver">
<TD><h3>M.SC</h3>
<ul>
<li>MSc Mathematics </li>
<li>MSc Biotechnology</li>
</TR>
<TR style="background-color: silver">
<TD><H3>COMMERCE</H3>
<ul>
<li>m.com</li>
</TR>
<TR style="background-color: silver" >
<TD><h3>M.A</h3>
<li>M.A. Economics’</li>
<li>M.A. KANNADA</11>
<li>M.A.English/<li>
<ul></TR>

Creaters Page 22
P.G centre jnanagangotri chitradurga 2019
</td>
</TABLE></center>
<h2><font color="blue">COURCE OFFERED BY P.G CENTRE JNANAGANGOTRI
CHITRADURGA: -</font></h2>
<H3><FONT COLOR="RED">POST Graduation Courses :-</H3></FONT>
<ul type="I">
<li>M.S.C.</li>
<li> M.A.</li>
<li>M.Com. (Plain/ Computer Application/ Marketing & Advertising/ Office
Management & Secretarial Practice) </li>
</ul>

<MARQUEE style="background-color:black" ><font color="gold

"> THAT WEBSITE IS


DESIGEND BY M.COM 3rd semester students P.g center chitradurga(BHANUKUMAR.O,
SHEELA.M.S, MARUTHI.R, MRGHASHRI, ABHINANDANA.M, MANJUNATH.T,
RAJESH.V)</font></MARQUEE>
<a href="homepage.html">BACK</a>

Creaters Page 23
P.G centre jnanagangotri chitradurga 2019

Output

Creaters Page 24
P.G centre jnanagangotri chitradurga 2019

Student help.html
<html>
<head>
<title> Student Help</title>
</head>
<body><style type="text/css">
body
{background-color:"skyblue";}
</style>
<h2><font color="blue"> How can we know
Which course and College
are suitable for us??--- </font></h2>
<h1><font color="blue">1. Course Selection - </font></h1>
<ul>
<li>What you want to become & Jobs </li>
<li>Easy to pass</li>
<li>Finance Resource</li>
<li>Eligibility </li>
<h1><font color="lightred">2. College Selection-</font</h1>
<ul type="">
<li>Quality Education
<li>Sports</li>
<li>Library</li>
<li>Laboratories</li>
<li>Fees </li>
<li>Safety</li>
</ul>
<h1><font color="red"> University Selection - </font></h1>
<ul type="I">
<li> Quality</li>

Creaters Page 25
P.G centre jnanagangotri chitradurga 2019
<li>Area</li>
<li>Distance</li>
</ul>
<h1><font color="red"> Admission Process: -</font></h1>
1. Admission Process Starts after online result
declaration. <br>
2. Registration (Higher Education(Fee about 200)) <br>
3. Verification (Govt. College) <br>
4. Allotment Letter (One Week)<br>
5. College Admission<br>
6. College Level counselling<br>
<h1><font color="red">Things To remember :-</font></h1>
1. Course to select<br>
2. College infrastructure <br>
3. Scholar ship refund<br>
4. Fees <br>
5. Check all Laboratory<br>
6. Check sports facilities<br>
7. Check library<br>
8. Other facilities<br>
9. Don't give original documents.<br>
<A HREF="HOME PAGE.HTML">BACK</A>
</BODY>
</HTML>

Creaters Page 26
P.G centre jnanagangotri chitradurga 2019
output

Creaters Page 27
P.G centre jnanagangotri chitradurga 2019

Scholarship.html
<html>
<head>
<title> Scholarship</title>
</head>
<body style="background-color:skyblue"/BODY>
<style type="text/css">
{background-color:"plum";
</style>
<H2> Scholarship Distribution : -</H2>
We have distributed scholarship more then 3.2 crore
Govt.
Scholarship -
<TABLE BORDER="1" WIDTH="800" STYLE="BACKGROUND-COLOR:PURPLE">
<TR>
<TH WIDTH="350" > CAST</TH>
<TH width="350" > AMOUNT</TH>
<TH high="450" > AMOUNT</TH>
</TR>
<tr style="background-color: silver">
<td> SC</TD>
<TD>28,70,427</TD>
<TR STYLE="background-color:silver">
<td> ST</td>
<td>10, 19, 526</td>
<tr style="background-color:silver">
<td> OBC</TD>
<TD> 1, 13,68,432</TD>
<TR style="background-color: silver">
<td> TOTAL </td>

Creaters Page 28
P.G centre jnanagangotri chitradurga 2019
<td> 1,52,58, 385</td>
</TABLE>
<h2> GAON KI BETI YOJANA-</H2>
<TABLE BORDER-"1" WIDTH-"700" STYLE-"BACKGROUND-COLOR:PURPLE">
<TR>
<TH WIDTH="350"> STUDENTS</TH>
<TH WIDTH="350" > AMOUNT</TH>
</TR>
<TR style"background-color: silver">
<td>1240</td>
<td> 60, 90,890</td>
</table>
(5,000 each)
<h3>Scholarship Distributed By : -</h3>
<H1>MS Girija</H1>
<table border="1" width="700" style="background-color: purple">
<tr>
<th width="350"> STUDENTS</TH>
<th width-"350"> AMOUNT</TH>
TR5
<TR STYLE="BACKGROUND-COLOR:SILVER">
<TD>20</TD>
<TD>31,58,998</TD>
</TABLE>
<UL>
<LI> SC</LI>
<LI> ST </LI>
<LI> OBC</LI>
<LI> Gao ki beti</li>
<li> Scholarship by National scholarship </li>

Creaters Page 29
P.G centre jnanagangotri chitradurga 2019
<H2> TOTAL=
2,80, 39, 315</H2>
</body>
</html>

Creaters Page 30
P.G centre jnanagangotri chitradurga 2019
output

Creaters Page 31
P.G centre jnanagangotri chitradurga 2019

Fees management.html
<HTML>
<HEAD>
<TITLE>FEES MANAGEMENT</TITLE>
</HEAD>
<body style="background-color:skyblue"/BODY>
<style type="text/css">
{ background-color:"thistle";
table
{background-color:"plum";
</style>
<h1><u><FONT COLOR="INDIGO">FEES COMPARISON: -</FONT></u><h1>
<CENTER><table border="1" width="980" HEIGHT="120"
style-"background-color: GREEN></CENTER>
<tr>
<th width="250">College Name</TH>
<TH WIDTH="250"> Course</th>
<th width="250">Fee Last Year</th>
<th width="250" >Scholarship</th>
<th width="250">Total</th>
<th width="250"> 2 Year Fee</th>
</tr>
<tr style="background-color:silver">
<td>P.G centre jnanagangotri </TD>
<TD>m.com plain</TD>
<td>5500</TD>
<td>5000</TD>
<td>5000</TD>
<td>15500</TD></tr>
<tr style="background-color:silver">

Creaters Page 32
P.G centre jnanagangotri chitradurga 2019
<TD> OTHER university</TD>
<TD> M.Com PLAIN</TD>
<td>25,000+1500</TD>
<td>5009+(5098 Bus Fees ) </TD>
<td>27,000</TD>
<td>81,000</TD></tr>
</table>
<h1><u><font color="INDIGO">FEES MANAGEMENT: -</FONT></UX/H1>
<CENTER><H3><FONT COLOR="yellow"><U>P.G
COURSES</U></FONT></H3></CENTER>
<CENTER><TABLE BORDER="1" WIDTH="680" HEIGHT="200"
STYLE="BACKGROUND-COLOR: GREEN"></CENTER>
<tr>
<TH WIDTH="250" HEIGHT="40">P.G COURSES</TH>
<TH WIDTH="250" HEIGHT="40">YEARLY FEES</TH>
</TR>
<TR STYLE="BACKGROUND-COLOR:SILVER">
<td> m.Sc Math(Plain) </TD>
<TD> 13,910</TD></TR>
<TR STYLE="BACKGROUND-COLOR: SILVER">
<td> m.Sc Math(CS)</TD>
<TD> 14,000</TD></TR>
<TR STYLE="BACKGROUND-COLOR:SILVER">
<td> m.Com Plain</TD>
<td> 10,698</TD></TR>
<TR STYLE="BACKGROUND-COLOR: SILVER">
<td> M.A economics Plains/TD>
<td> 5000</TD></TR>
<TR STYLE="BACKGROUND-COLOR: SILVER">
<td>M.A English</TD>

Creaters Page 33
P.G centre jnanagangotri chitradurga 2019
<td> 19,690</TD></TR>
</TABLE>
<tr>
<MARQUEE style="background-color: black" ><font color="#1DE9B6
"> THAT WEBSITE IS
DESIGEND BY M.COM 3rd semester students P.g center chitradurga(BHANUKUMAR.O,
SHEELA.M.S, MARUTHI.R, MEGHASHRI, ABHINANDANA.M, MANJUNATH.T,
RAJESH.V)</font></MARQUEE></tr>

Creaters Page 34
P.G centre jnanagangotri chitradurga 2019
Output

Creaters Page 35
P.G centre jnanagangotri chitradurga 2019

Vision and mission.html


<img src="file:///storage/emulated/0/Download/images%20(17).jpeg" width="100%"
height="210"align="top"/>
<body style="background-color:skyblue"/BODY>
<h2><font color="platinum"><ul>VISION:-</ul></font></H2><ul>"To strive to become one of the top
ten universities in India, in next 20 years, in terms of academic advancement, research progressiveness
and infrastructural development and also in the area of uplifting and sustainable implementation of the
pro-socio concepts such as social justice, equity and access through higher educational practices".</ul>
<h2><font color="diamond"><ul>MISSION:-</ul></font></H2>
<ul><li>STRENGTHENING THE ACADEMIC ADVANCEMENT WITH THE GLOBAL
COMPETITIVENESS</li>

<li>IMPARTING NEED BASED UPDATED CURRICULUM</li>

<li>PROVIDE CONGENIAL AMBIENCE ON THE CAMPUS<li>

<li>PROVIDE INDUSTRY/CORPORATE EXPOSURE TO THE STUDENTS</li>

<li>ESTABLISHING THE STRONG RESEARCH PRACTICES AMONG FACULTY AND


STUDENTS</li>

<li>ENCOURAGING STUDENTS FOR FIELD BASED LEARNING AND ALSO TO ADDRESS


THE SOCIAL ISSUES WITH THE HELP OF SOFT SKILLS MORE RATIONALLY</li>
<li>DEVELOP THE DETERMINATION TO ACHIEVE A SUSTAINABLE DEVELOPMENT IN THE
AREAS OF SOCIAL JUSTICE, EQUITY AND ACCESS</li></ul>
</FONT></H3></P>

Creaters Page 36
P.G centre jnanagangotri chitradurga 2019
Output

Creaters Page 37
P.G centre jnanagangotri chitradurga 2019

Conclusion

The main goal of our website is that every student known

about the college and its all the facility. Which is very

necessary for student that they know about the college's

facility,faculty,cources, bus facility and scholarship.

 is used to consume the time


 With the help of this webpages you can access basic

information about college.

 Easy to access.

Creaters Page 38

You might also like