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:
- NODE.js
- EXPRESS.js
- 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.
Valuable content!
ReplyDelete