WHAT IS WEBSITE ?

Ishanvi Sharma - Aug 30 - - Dev Community

A website is a collection of many web pages, and web pages are digital files that are written using HTML(HyperText Markup Language). To make your website available to every person in the world, it must be stored or hosted on a computer connected to the Internet round a clock. Such computers are known as a Web Server.

In other words, we can also say that a website can also be thought of as a digital environment capable of delivering information and solutions and promoting interaction between people, places, and things to support the goals of the organization it was created for.

How to access Websites?
When we type a certain URL in a browser search bar, the browser requests the page from the Web server and the Web server returns the required web page and its content to the browser. Now, it differs from how the server returns the information required in the case of static and dynamic websites.

Types of Website:

  1. Static Website
  2. Dynamic Website

*Static Websites *

  • In Static Websites, Web pages are returned by the server which are prebuilt source code files built using simple languages such as HTML, CSS, or JavaScript.

  • There is no processing of content on the server (according to the user) in Static Websites

  • Web pages are returned by the server with no change therefore, static Websites are fast.

  • There is no interaction with databases.

  • Also, they are less costly as the host does not need to support server-side processing with different languages.

Dynamic Website:

  • In Dynamic Websites, Web pages are returned by the server which is processed during runtime means they are not prebuilt web pages, but they are built during runtime according to the user’s demand with the help of server-side scripting languages such as PHP, Node.js, ASP.NET and many more supported by the server.

  • They are slower than static websites but updates and interaction with databases are possible.

  • Dynamic Websites are used over Static Websites as updates can be done very easily as compared to static websites (Where altering in every page is required) but in Dynamic Websites, it is possible to do a common change once and it will reflect in all the web pages.

.
Terabox Video Player