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.

3 Languages Front End Development

The most important 3 Languages of Front End Development are 

  1. HTML
  2. CSS
  3. JavaScript

HTML

HTML 5 Logo
HTML 5 Logo

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.

HTML Page
3 Languages of Front End Development

CSS

CSS 3 Logo
CSS 3 Logo

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.

CSS Page
CSS Page

JavaScript

JavaScript Logo
JavaScript Logo

JavaScript is to add Interaction to the webpage.

We have created the exact webpage with interaction using JavaScript, as shown below.

JavaScript Page
JavaScript Page