Computer Science, asked by kpsingh112222, 10 months ago

differentiate static web server and dynamic server?​

Answers

Answered by shyamyadav659685
1

Answer:

A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user.

A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Coldfusion. In such a site the content is called in by the scripting language from other files or from a database depending on actions taken by the user.

Answered by saqlain11
4

Explanation:

Websites are separated into two different types: static and dynamic. Static websites are ones that are fixed and display the same content for every user, usually written exclusively in HTML. A dynamic website, on the other hand, is one that can display different content and provide user interaction, by making use of advanced programming and databases in addition to HTML. As you can tell, static websites are easier to create, while dynamic websites require more work.

Similar questions