You are on page 1of 9

What is Front-end

Web Development

 Front-end or Client Side web


Development Refers to everything in
a web application That is displayed on
the Front-end (end user Device)
which users can see from the
browsers.
Front-End

HTML + CSS + JS

HTML Hyper Text Markup Language

CSS Cascading Style Sheets

JS Hyper Text Markup Language


Three Layers of
Web Design Development

Structure Style Behaviour


HTML Markup CSS Java Script
WHAT IS HTML?

• HTML stands for Hyper Text Language


• Language interpreted by a web browser
• Web-pages are also called HTML Documents
• It defines the structure and layout of a web
documents by using a variety of tags and
atributes
WHAT IS CSS?

• CSS stands for Cascading Style Sheets


• CSS describes how HTML elements are to be displayed
on screen, paper, or in other media
• Add Styles and Layout to the web pages

• Why CSS?
 CSS makes the front-end of a website shine and it creates
a great user experience. Without CSS, websites would be
less pleasing to the eye and likely much harder to
navigate
HOW WEBSITE LOOK WITHOUT
CSS
WITHOUT CSS WITH CSS
WHAT IS JAVASCRIPT?

• Javascript is a programming language which is


used to provide functionality to a normal web page
• It’s a programiing language that enables us to
create dynamic content in a normal website
• So it’s also used to make dynamic web pages
WEBSITE WITHOUT JAVSCRIPT

WITH JAVASCRIPT WITHOUT


JAVASCRIPT
THANKS

BY GAURAV SINGH

You might also like