...
Introduction to Front-End

HTML, CSS and Javascript

Front-end web developers deal with the user part of the web applications. So that’s why front-end web development also known as client-side development. The Fron-end of a website is made up of three different files- HTML, CSS, and Javascript files. HTML(HyperText Markup Language) files contain all the content of the web-page. CSS (Cascading Style Sheets) is used to style the content. Javascript is a programming language that allows us to add more complex features on webpages.