How Does Website Actually Work

There are two major types of websites:

  • FRONT-END
  • BACK-END

Front-end:

There are three main code files. HTML CSS JAVASCRIPT.

  • HTML is the structure of the website. It contains content of the website.
  • CSS is used to style the website. We can add colors, fonts, buttons etc.
  • JS javascript is actually used to do things. For Example, you turn on the button and it will switch on the lightšŸ’”.

Back-end:

Back-end is a part of website. It works on the back of the website, we can make website fully fledge by the back-end.

There are more than three code files of back-end:

  1. NODE.js
  2. EXPRESS.js
  3. REACT and more..

Now we are using Font-end to make our website.

The person who built a website with front-end and back-end will be called as FULL STACK WEB DEVELOPER.

Comments

Post a Comment

Popular Posts