FRONT END DEVELOPMENT slides for the path to becoming a Web Developer
shresthapujans400
1 views
9 slides
Oct 31, 2025
Slide 1 of 9
1
2
3
4
5
6
7
8
9
About This Presentation
A basic overview of starting part of a Website, Front End or Client-Side Development. See the part that a user interacts with when using a website.
Size: 1.16 MB
Language: en
Added: Oct 31, 2025
Slides: 9 pages
Slide Content
FRONT END DEVELOPMENT
Front End Development It is the process of creating visual aspects of a Website that a user will interact with. Using the technologies like HTML, CSS and JavaScript.
TECHNOLOGIES
HTML HyperText Markup Language is the standard markup language used to created and structure the content on the Web . HTML elements are enclosed with tags, written using angle brackets: “ < ” and “ > ”.
Example
CSS Cascading Style Sheets is the style sheet language used to describe the layout and presentation of the document written in markup language such as HTML or XML .
Example
JavaScript JavaScript is a programming language and the core technology of the Web , alongside HTML and CSS . It enables interactive features on the website, making it more dynamic.