Front End Development
Itis the process of creating visual aspects of a
Website that a user will interact with. Using the
technologies like HTML, CSS and JavaScript.
HTML
HyperText Markup Languageis 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 “>”.
CSS
Cascading Style Sheetsis the style sheet
language used to describe the layout and
presentation of the document written in markup
language such as HTML or XML.
JavaScript
JavaScript is aprogramming language and the
core technology of the Web, alongside HTML
and CSS.
It enables interactive features on the website,
making it more dynamic.