Dynamic and static website

स्टॅटिक वेबसाइट ही वारंवार बदलत नाही. माहिती किंवा दृश्य स्वरूपात एखादी घटना किंवा इतिहास अधिकाधिक लोकांपर्यंत पोहोचवायचा असतो तेव्हा स्टॅटिक वेबसाइट डेव्हलप केली जाते. तर, डायनॅमिक वेबसाइट म्हणजे ज्या साइटवर सतत बदल अपेक्षित असतो. उदाहरणार्थ एखाद्या वर्तमानपत्राची साईट.

 

Static v Dynamic Website Design

There are basically two main types of website – static and dynamic.
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.

Verified by MonsterInsights