Whenever any website was created, some types of code has to be written for the website functionality. When the website code is run, we see the output as a website. So we have to understand how many types of codes and how its run and many more.

Mainly there are 2 types of Website Codes ( Functionality )

  1. Server Side ( Back-end )
  2. Client Side ( Front-end )

1. Server Side ( Back-end ) :

Early Websites contained only statics web pages. static web pages means website has only front end code means No login , No Account. , No search Functionality. It’s called Static Websites.

Today’s Website are dynamic Website. Website server has large amount of data but when users access website , web server does not display all data. Web server Displays only which data that user requested.

Explain with Example. We are use Youtube daily but youtube does not display all youtube videos to you. Youtube only display Content for you , your searched videos or else you can search some keywords and youtube find videos related your search and display it.

In Dynamic website , Website has one front end code and second is back-end code. Front end code is run on Client’s browser but the Backend code is run on Web Server. Any user can see the front end code by Inspecting Website but anyone can’t see the back-end Source Code because back-end code are stored on server and it is run on the server.

Categorized in:

How it's Works,