/ FRONT-END

Browser operating principle

Our website consists of front-end and back-end.


Front-end is about design aspect, which is made by html, css, and javascript or other frameworks.
Back-end is about a structure that is invisible (like a pipeline behind a wall), it manages the website’s data.


The website is based on a browser, which helps users access websites easily.
Every website owners have the websites’ original file, when Original file is changed, the website on internet will be changed.


When users surf on the internet through a browser and find a website. Once they click the website, the browser requests a copy file of the website to the server, get the copy, and show it to the user. Moreover, the copied files can be changable because it is just copy.


Additionally, most website owners rent the server for deploying their website, because it costs a lot of money to execute their own server by themselves.