MADE BY
CSE(AI) : 2nd Year
SANSKRITI SRIVASTAVA : 2102161520049
RUCHI : 2102161520047
CONTENT
What is Web Development
Front End Development
Back End Development
Full Stack Development
References
WHAT IS WEB
DEVELOPMENT ?
The word web development consist of two words:-
• Web-it refers to website ,web pages or anything that
work over the internet.
• Development-it refers to building an application.
Presentation title 4
FRONT END DEVELOPMENT
• The part of website that the
user interact directly.
• It is also referred to as the
client side of the the
application.
6
TECHNOLOGIES USED IN
FRONT END
7
HTML
USED TO MAKE
STRUCTURE OF
WEB SITE
CSS
USED TO GIVE
DESIGN TO THE
WEB PAGES
JAVA SCRIPT
USED TO
PROVIDE
DYNAMIC
BEHAVIOUR TO
THE WEB SITE
BACK END DEVELOPMENT
• It is portion of the software that does
not come in direct contact with user.
• It is used to store and arrange the
data.
8
9
PHP
• It is a server-side
scripting language
designed specially
for web
development
NODE JS
• It is an open source
and cross platform
runtime
environment for
executing java
script code outside
a browser
SQL(DBMS)
• It is used to store
all user related data
or information
• It helps to manage
the data
TECHNOLOGIES USED IN
BACK END