Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 9

WEB DEVELOPMENT

PRESENTED BY:
STUTI GUPTA
1801010158
CS – B1
About Training
 Mode of training : Online from Coursera
 Duration : Six weeks
 Start Date : 14 Jul 2020
 End Date : 11 Aug 2020
Content
 What is web development ?
 Front end development .
 Front end development technologies.
 Back end development.
 Back end development technologies.
What is web development ?

 Web development usually refers to developing the


website for the internet(world wide web) or for an
intranet(private network).
 Also known as web programming.
 It is the creation of dynamic web applications.
 Examples of web applications are social networking sites
like Facebook or e-commerce sites like Amazon.
 There are two broad division of web development- front
end development(also called client-side development)
and back end development (also called server-side
development).
Front end development

 Front end development refers to producing a web


applications so that a user can see and interact with
them directly.
 The objective of designing a site is to ensure that when
the usres open up the site they see the information in a
format that is esay to read and relevant.
 Also known as client –side development.
 The technologies we can use are : HTML(Hypertext
markup language),CSS(Cascading Style
Sheet),JAVASCRIPT.
Front end technologies
HTML CSS
 HTML stands for Hyper Text  CSS stands for Cascading
Markup Language. Style Sheets.
 It is the standard markup  CSS describes how HTML
language for creating Web elements are to be displayed
pages. on screen ,paper ,or in other
 Describes the structure of a media.
Web page and consists  CSS saves a lot of work. It can
series of elements. control the layout of multiple
web pages all at once.
 Its elements tells the
 External style sheets are
browser hoe to display the
content. stored in css files.
Back end development

 Back end development controls what goes on behind the


scenes of a web application.
 Also known as server –side development.
 Backend usually consists of the three parts : a server ,an
application and a database.
 Users can’t see how the backend works but this code is
what communicates the database information to the
browser.
 Back end development technologies : SQL and PHP.
Back end technologies

 PHP
 JAVA
 RUBY
 PYTHON
Thank you

You might also like