You are on page 1of 14

WEB

DEVELOPMENT
Aditya Varma
B.Tech (IT-A)
1901330130013
CONTENT
 What is web development?
 Types of web development

 Front End development

 Back End development

 HTML

 Java Script

 CSS

 Conclusion
WHAT IS WEB DEVELOPMENT?
 Web development usually refers to developing a website for the internet(world wide
web) or for an intranet(a 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.
 These are two broad division of web development –front-end development(also called
client-side development) and back-end development(also called server-side 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.
TYPES OF WEB DEVELOPMENT

 FrontEndDevelopment

 BackEndDevelopment

 Full StackwebDevelopment
FRONT END DEVELOPMENT

 It is also known as client side development is the practice of


producing HTML , CSS and JavaScript for a web site or
web application so that a user can see and interact with
them directly.
 The frontenddevelopersworkwiththedesign andoutlookofthe
website.
 Front End is most of the visual part that we see on the
webpage.
 Front enddeveloperissomeonewho implementswebdesignsthrough
programminglanguageslikeHTML,CSS,and JavaScript.
BACK END DEVELOPMENT
 Back-end means working on server-side software, which
focuses on everything you can't see on website.
 Backend usually consists of three parts: a server, an application,
and a database.
 Back end developers ensure the website perform
correctly, focusing on databases, back end logic ,
application programming interface(APIs), architecture,
servers.
 Users can’t see how the backend works but this code is what
communicates the database information to the browser.
HTML
 HTML stands for Hyper Text Markup Language.
 HTML is the standard markup language for web page.

 It is used to define structure of the content of website.

 For example: content could be structured within a set of


paragraphs, a list of bulleted points, or using images and data
tables. As the title suggests, this article will give you a basic
understanding of HTML and its function.
JAVA SCRIPT
 JavaScript is a scripting language that enables you to create
dynamically updating content, control multimedia, animate images,
and pretty much everythingelse.
 JavaScripit is a just-in-time compiled programming language.it
help in adding dynamic features to your website.
 Used for both front end and back end operation
CSS
 CSS is the language for describing the presentation of
web page, including colors , layout and fonts.
 It allow one to adapt the presentation to different types
of device, such as large screen, small screen or printers.
 CSS is independent of HTML and cab be used with any
XML based markup language.
CONCLUSION

 This training was a great experience,


 I acquired deeper knowledge concerning my technical skills
but I also personally benefited about the web development.
 Its a opportunity to express yourself creatively on
the internet.
If you have an idea you would like to try as you
discover your web dev skills, try it out. Web
development is a fun, creative experience.

You might also like