Server is a word that means “server” in English. Elements for displaying a website, such as text and images, are placed on the web server used to build a website, and are distributed in response to access requests.

Each user views a website by accessing the address, or URL, of something located on a web server.
How the website works

Basically, websites are composed of files and image data marked up with
HTML
/
CSS
, but in addition, many websites use programs such as access analysis, bulletin boards, blogs, and shopping carts.

The part that loads HTML and CSS is called the front end. The front end is mainly processed by a web browser. On the other hand, the program is called the back end, and processing is mainly performed on the server.

For example, bulletin boards and shopping carts created using programming languages such as JavaScript and PHP receive information entered by users on the web browser side, process it on the server side, exchange data, and send the results to the web browser side. We are doing things like giving back.
In other words, the operation of a website is also related to the processing that takes place inside the server.

Reference article


