DEV Community

bagavath ravichandran
bagavath ravichandran

Posted on

2 1 1 1 1

FRONT END DEVELOPMENT-1

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
Enter fullscreen mode Exit fullscreen mode

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)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay