Sunteți pe pagina 1din 4

CHANDIGARH UNIVERSITY A coaching institute website

About Project

INTRODUCTION
A website is a collection of web pages, images, videos and other digital assests that is hosted on
one or several web server, usually accessible via the internet, cellphone or a LAN.
The pages of websites can usually be accessed from a common root URL called the homepage,
and usually reside on the same physical server. The URLs of the pages organize them into a
hierarchy, although the hyperlinks between them links all the webpages together so that reader
can easily website as a whole.
A website requires attractive design and proper arrangement of links and images, which
enables a browser to easily interpret and access the properties of the site. Hence it provides the
browser with adequate information and functionality about the organization, community,
network etc.
The website has been developed for a coaching institute is an effort to make it as attractive and
dynamic as a possible. Compared to the existing site a database has been added to my project.

The working of the project is as follows.


The first page ie HOMEPAGE contains several information about the site like faculty, facilities,
our classroom etc.
The second page ie ABOUT which contains the information about the coaching institute, their
faculty member etc
The third page ie SERVICE contains the information about the services provided by the institute.
The fourth and last page ie CONTACT US which is contact page gives the features to contact
with the institute and ask something.

SATYA PRAKASH KUMAR


16BCS2005
CHANDIGARH UNIVERSITY A coaching institute website

System specifications

 PROCESSOR : INTEL CORE 2 DUO


 MANUFACTURER : ZENITH
 SYSTEM TYPE : 32BIT
 RAM : 2GB DDR2
 MONITOR : SVGA COLOUR
 KEYBOARD : 108 KEYS
 MOUSE : 2BUTTON MOUSE

Software specification

 OPERATING SYSTEM : MICROSOFT WINDOWS 7


 FRONT END : HTML, CSS & PHP
 BACKEND : MY SQL

SATYA PRAKASH KUMAR


16BCS2005
CHANDIGARH UNIVERSITY A coaching institute website

LANGUAGE DESCRIPTION

1. HTML:
HTML stands for Hyper Text Markup Language and it is the most widely used language to write
Web Pages.

 Hypertext refers to the way in which Web pages (HTML documents) are linked together.
Thus, the link available on a webpage is called Hypertext.

 As its name suggests, HTML is a Markup Language which means you use HTML to
simply "mark-up" a text document with tags that tell a Web browser how to structure it to
display.

Originally, HTML was developed with the intent of defining the structure of documents like
headings, paragraphs, lists, and so forth to facilitate the sharing of scientific information between
researchers.

Now, HTML is being widely used to format web pages with the help of different tags available
in HTML language.

Different tags are:

 HTML: The <html> tag tells the browser that this is an HTML document. The <html>
tag represents the root of an HTML document. The <html> tag is the container for all
other HTML elements.

 Head: It starts with <head> and closed with </head>. The<head> element is a container
for all the head elements. The <head> element can include a title for the document, scripts,
styles, meta information and many more.
 Body: The <body> tag defines the document’s body. The <body> element contains all
the contents of an HTML document, such as text, hyperlinks, images, videos, tables, lists
etc.

2. CSS: CSS is used to control the style of a web document in a simple and easy way. CSS
is the acronym for "Cascading Style Sheet". This tutorial covers both the versions
CSS1,CSS2 and CSS3, and gives a complete understanding of CSS, starting from its basics
to advanced concepts. CSS handles the look and feel part of a web page. Using CSS, you
can control the color of the text, the style of fonts, the spacing between paragraphs, how
columns are sized and laid out, what background images or colors are used, layout
SATYA PRAKASH KUMAR
16BCS2005
CHANDIGARH UNIVERSITY A coaching institute website

designs,variations in display for different devices and screen sizes as well as a variety of
other effects.

CSS is easy to learn and understand but it provides powerful control over the
presentation of an HTML document. Most commonly, CSS is combined with the markup
languages HTML or XHTML.

 PHP: The PHP Hypertext Preprocessor (PHP) is a programming language that allows web
developers to create dynamic content that interacts with databases. PHP is basically used for
developing web based software applications. This tutorial helps you to build your base with
PHP.

PHP is a server side scripting language that is embedded in HTML. It is


used to manage dynamic content, databases, session tracking, even build entire e-
commerce sites.

It is integrated with a number of popular databases, including MySQL, PostgreSQL,


Oracle, Sybase, Informix, and Microsoft SQL Server.

SATYA PRAKASH KUMAR


16BCS2005

S-ar putea să vă placă și