3 Languages of Front End Development
For Complete YouTube Video: Click Here
This class will try to understand the 3 Languages of Front End Development.
We have already discussed the concepts of Frontend backend and full-stack developers in our previous class.
Table of Contents
3 Languages Front End Development
The most important 3 Languages of Front End Development are
- HTML
- CSS
- JavaScript
HTML
We use HTML for the Content of the webpage.
To create the structure of a webpage, we use HTML.
For a better understanding, consider the image.
The above image is a web page written in HTML.
We have created a login form structure with a heading in the above image.
CSS
We use CSS to Beautify the webpage.
We use CSS for a better visual feel and a beautiful presentation of the webpage.
We have created the exact webpage with an excellent visual feel using CSS, as shown below.
JavaScript
JavaScript is to add Interaction to the webpage.
We have created the exact webpage with interaction using JavaScript, as shown below.