The front end development involves creating the visual and interactive aspects of a website or web application that users interact with directly . it focus on user interface(UI)&user experience(UX).
Front end relies on three technologies,
1.HTML
2.CSS
3.JAVASCRIPT
1.HTML
HYPER TEXT MARKUP LANGUAGE(HTML)The backbone of any website, used to structure content on the wesite.
2.CSS
Cascading Style Sheets(CSS) Used to style and design the website, including layout, colors, fonts, and animations.
3.JAVASCRIPT
JavaScript is a programming language that makes websites interactive and dynamic.JavaScript runs in the browser on the user's device. It works alongside HTML (structure) and CSS (styling) to create a complete website.
Top comments (0)