SlideShare a Scribd company logo
1 of 11
Download to read offline
WEB DEVELOPMENT
AND ITS TYPES?
What is
Web development refers to developing a website for the Internet (World Wide Web). Web
development can range from developing a simple single static page of plain text to
complex web applications, social network services, and electronic businesses. A more
comprehensive list of tasks to which Web development commonly refers may include Web
content development, Web design, liaison, client-side/server-side, Web engineering,
security configuration, web server, network, and e-commerce development.
For larger companies and businesses, Web development teams can consist of hundreds of
people (Web developers) and follow standard techniques like Agile methodologies while
developing Web sites. Smaller business organizations may only require a single permanent
developer or secondary assignment to a related position like graphic designer or information
systems technician. Web development is probably a combining effort between departments
rather than the domain of a designated department. There are three kinds of Web developer
specialization:
INTROUDUCTION
FRONT-END WEB DEVELOPMENT
Front-end development means the part or
section of the web that users interact with.
This includes everything that users can see,
touch, and experience. It represents the
graphical user interface with various icons
such as the image, videos, and navigation
menu.
The three main programming languages used
by front-end web developers such as HTML,
CSS, and JavaScript. A simplified and clear
version of these languages is as follows:
HTML
 Hypertext is how you move around on the web. You click on highlighted or displayed text called
hyperlinks that take you to a new page on a website, or a different website entirely.
 Mark-up refers to how things called HTML tags view and interpret certain types of text. They
mark it as capitalized, bolded, italicized, etc. HTML tags separate or divide the text on a website
from the code on a website.
 Language simply refers to the fact that HTML is a programming language.
HTML is basically a category of text codes—called HTML tags—which are read by the web
browser and changed or converted into visual elements such as pictures, headings, tables, and so
on. HTML determines what is a paragraph, header, and essentially, the overall structure of the
website.
HYPERTEXT MARK-UP LANGUAGE
HTML is used to determine how
the webpage is structured and
CSS determines how it is styled.
For example, how the page is laid
out and includes elements like the
background colors, font colors,
and font style that are used in the
page design.
CSS
JAVASCRIPT
This is what is used to put dynamic content on
a webpage, such as animations, text settings,
autocomplete, slideshows, interactive maps,
and more. JavaScript is generally the final
stage of front-end website design and it is
used to add extra energy and user-friendly
functionality to a webpage.
BACK-END WEB DEVELOPMENT
Back-end languages refer to what programmers use to
create the internal systems that work in the
background of a web application. The back end of a
program is a part of the software that users don't see.
Back-end programming has features that simplify the
process of connecting the server, which gives and
receives data and information with the client or user,
who uses the program on an internet-enabled device.
The 10 main programming languages used by front-
end web developers are interactive online tools,
mobile apps, software prototypes, web servers, data
collection, networking, database connections, and
securities feature.
FULL-STACK WEB DEVELOPMENT
Full stack web development refers to the
development that makes up a website. On top of
the layers of full stack development mentioned
above, full stack web development would also
intertwine hosting, networking, and server-
related constituents.
A full stack developer will have knowledge of the
several roles that enable full stack web
development. This would mean having complete
or deep knowledge of client software and server
software, including of course web frameworks
that will ease the software development process.
Pro Creations Technologies is a leading Web
Development Company in Nagpur, India. We are
developing a website and software as per the client’s
business requirement. We are providing software
services like web designing and development, web
application, Mobile App development, Search Engine
Optimization(SEO), web hosting, domain registration,
website maintenance, ERP solutions, etc. Our focus is
to create a professional, creditable and creative
website for achieving customers’ online web goals.
Website design is an effective tool for representing
your business worldwide.
PRO CREATIONS
THANK YOU
439/A, Hanuman Nagar, Nagpur,
Maharashtra, India. 440009
+91 9021651741
+91 8007779851
info@procreations.in
https://bit.ly/3vqaMVT https://bit.ly/3SeDpPu
https://bit.ly/3PPwKd2

More Related Content

More from sneharathod39

More from sneharathod39 (8)

RESPONSIVE WEB DESIGN IN THE AGE OF ARTIFICIAL INTELLIGENCE
RESPONSIVE WEB DESIGN IN THE AGE OF ARTIFICIAL INTELLIGENCERESPONSIVE WEB DESIGN IN THE AGE OF ARTIFICIAL INTELLIGENCE
RESPONSIVE WEB DESIGN IN THE AGE OF ARTIFICIAL INTELLIGENCE
 
The difference between Web Design & web development
The difference between Web Design & web developmentThe difference between Web Design & web development
The difference between Web Design & web development
 
What is behavioral psychology? How to use it
What is behavioral psychology? How to use itWhat is behavioral psychology? How to use it
What is behavioral psychology? How to use it
 
How do psychological disorders impact a person’s life?
How do psychological disorders impact a person’s life? How do psychological disorders impact a person’s life?
How do psychological disorders impact a person’s life?
 
WHAT IS DEVELOPMENTAL PSYCHOLOGY? THEORIES & TREATMENT
WHAT IS DEVELOPMENTAL PSYCHOLOGY? THEORIES & TREATMENT WHAT IS DEVELOPMENTAL PSYCHOLOGY? THEORIES & TREATMENT
WHAT IS DEVELOPMENTAL PSYCHOLOGY? THEORIES & TREATMENT
 
FIVE POPULAR THEORIES OF COUNSELING PSYCHOLOGY
FIVE POPULAR THEORIES OF COUNSELING PSYCHOLOGYFIVE POPULAR THEORIES OF COUNSELING PSYCHOLOGY
FIVE POPULAR THEORIES OF COUNSELING PSYCHOLOGY
 
what does psychologist do?
what does psychologist do?what does psychologist do?
what does psychologist do?
 
SEO STRATEGY AND TYPES.
SEO STRATEGY AND TYPES.SEO STRATEGY AND TYPES.
SEO STRATEGY AND TYPES.
 

What is web development and its types?

  • 1. WEB DEVELOPMENT AND ITS TYPES? What is
  • 2. Web development refers to developing a website for the Internet (World Wide Web). Web development can range from developing a simple single static page of plain text to complex web applications, social network services, and electronic businesses. A more comprehensive list of tasks to which Web development commonly refers may include Web content development, Web design, liaison, client-side/server-side, Web engineering, security configuration, web server, network, and e-commerce development. For larger companies and businesses, Web development teams can consist of hundreds of people (Web developers) and follow standard techniques like Agile methodologies while developing Web sites. Smaller business organizations may only require a single permanent developer or secondary assignment to a related position like graphic designer or information systems technician. Web development is probably a combining effort between departments rather than the domain of a designated department. There are three kinds of Web developer specialization: INTROUDUCTION
  • 3. FRONT-END WEB DEVELOPMENT Front-end development means the part or section of the web that users interact with. This includes everything that users can see, touch, and experience. It represents the graphical user interface with various icons such as the image, videos, and navigation menu. The three main programming languages used by front-end web developers such as HTML, CSS, and JavaScript. A simplified and clear version of these languages is as follows:
  • 4. HTML  Hypertext is how you move around on the web. You click on highlighted or displayed text called hyperlinks that take you to a new page on a website, or a different website entirely.  Mark-up refers to how things called HTML tags view and interpret certain types of text. They mark it as capitalized, bolded, italicized, etc. HTML tags separate or divide the text on a website from the code on a website.  Language simply refers to the fact that HTML is a programming language. HTML is basically a category of text codes—called HTML tags—which are read by the web browser and changed or converted into visual elements such as pictures, headings, tables, and so on. HTML determines what is a paragraph, header, and essentially, the overall structure of the website.
  • 6. HTML is used to determine how the webpage is structured and CSS determines how it is styled. For example, how the page is laid out and includes elements like the background colors, font colors, and font style that are used in the page design. CSS
  • 7. JAVASCRIPT This is what is used to put dynamic content on a webpage, such as animations, text settings, autocomplete, slideshows, interactive maps, and more. JavaScript is generally the final stage of front-end website design and it is used to add extra energy and user-friendly functionality to a webpage.
  • 8. BACK-END WEB DEVELOPMENT Back-end languages refer to what programmers use to create the internal systems that work in the background of a web application. The back end of a program is a part of the software that users don't see. Back-end programming has features that simplify the process of connecting the server, which gives and receives data and information with the client or user, who uses the program on an internet-enabled device. The 10 main programming languages used by front- end web developers are interactive online tools, mobile apps, software prototypes, web servers, data collection, networking, database connections, and securities feature.
  • 9. FULL-STACK WEB DEVELOPMENT Full stack web development refers to the development that makes up a website. On top of the layers of full stack development mentioned above, full stack web development would also intertwine hosting, networking, and server- related constituents. A full stack developer will have knowledge of the several roles that enable full stack web development. This would mean having complete or deep knowledge of client software and server software, including of course web frameworks that will ease the software development process.
  • 10. Pro Creations Technologies is a leading Web Development Company in Nagpur, India. We are developing a website and software as per the client’s business requirement. We are providing software services like web designing and development, web application, Mobile App development, Search Engine Optimization(SEO), web hosting, domain registration, website maintenance, ERP solutions, etc. Our focus is to create a professional, creditable and creative website for achieving customers’ online web goals. Website design is an effective tool for representing your business worldwide. PRO CREATIONS
  • 11. THANK YOU 439/A, Hanuman Nagar, Nagpur, Maharashtra, India. 440009 +91 9021651741 +91 8007779851 info@procreations.in https://bit.ly/3vqaMVT https://bit.ly/3SeDpPu https://bit.ly/3PPwKd2