You are on page 1of 14

WEB

DEVELOPM
ENT
ALOK RAJ
216301012
B-TECH (CSE)
2ND YEAR
WEB DEVELOPMENT

INTRODUCTION

WEB DEVELOPMENT is the building


and maintenance of any website , it is the work
which happens behind the scenes to make a
website look great , work fast and perform well
with a seamless user experiences .
Web developers do this by
using a variety of coding languages. Some of
these are HTML , CSS , Java Script , Python ,
PHP , MYSQL , etc.

2
WEB DESIGNER VS WEB
DEVELOPER
A Web Designer
• Designs the look and feel of a website (creative side of website)
• Decides the layout , fonts , color , images and overall branding.
• Creates the visual mock- up of the website
• A right-brained (creative) person

A Web Developer
• Brings the website mock-up to live on the internet.
• Develop the website and hosts on a web server
• A left-brained (logical) person
TYPES OF WEB DEVELOPER
WEB DEVELOPMENT

There are mainly three types of web developer which


are mentioned below.

1. Front-end Developer
2. Back-end Developer
3. Full-stack Developer

4
1. FRONT-END DEVELOPER
WEB DEVELOPMENT

The Front-end developer is responsible for creating the look , feel and attractive
components of a website. Front-ended web developer mainly works upon three
layers.

(i) HTML (ii) CSS (iii) Javascript

5
WEB DEVELOPMENT (i) HTML :- It stands for Hyper Text Markup Language , which is the most
widely used language on web to develop web page.

Why we learn HTML ?


To defining the structure of documents like headings,
paragraphs , list 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 and attributes available in HTML language.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My First Paragraph</p>
</body>
6 </html>
WEB DEVELOPMENT
(ii) CSS :- It stands for Cascading Style Sheets . It is the set of rules
defining how an HTML element will be “presented” in the browser .

Some things you can with CSS


• Colors
• Font
• Font Size
• Backgrounds
• Borders
• Positions
• Spacing
7
(iii) JavaScript :- JavaScript is open and cross platform and
WEB DEVELOPMENT

designed for creating network and centric application .

8
2.BACKEND DEVELOPER
WEB DEVELOPMENT

It refers to the server side of an application and everything that


communicates between the database and the browser

Back-end developers are usually write the web


services and APIs used by front-end developers and mobile application
developer. Languages such as JAVA , PHP , node js are used and database
such as MYSQL and MongoDB.
BACK-END FRONT-
END

9
API
3. FULL STACK DEVELOPER
WEB DEVELOPMENT

• Stack means layer and a full stack developer divides into


each layer of website or an app regardless of whether it
qualifies as front-end or back-end.

• Full stack does not have its own language , it is an


amalgamation
of languages , tools and approaches that go into building a
complete , user-friendly website.
10
WEB DEVELOPMENT
Improve
sales
performan 24x7
ce accessibility

Cost ADVANTAGES
effective OF
Advertising
WEB-DEVELOPMENT

More Opportunity to
11
convenient grow and
expand
WEB DEVELOPMENT

DISADVANTAGES OF WEB DEVELOPMENT

• Self selection bias

• Internet access required

• Computer literacy required

• Relatively lower response rates

• Technical problems
12
SUMMARY
WEB DEVELOPMENT

Web development is the work involved in


developing a website for the Internet (World Wide
Web) or an intranet (a private network). Web
development can range from developing a simple
single static page of plain text to complex web
applications, electronic businesses, and social
network services.

13
THANK YOU

ALOK RAJ (216301012)

You might also like