What is Dynamic Website?

Biswojit BalBiswojit Bal
1 min read

Table of contents

Definition

A dynamic Website is a collection of dynamic web pages whose content changes dynamically.

This is the Flipkart interface as you know. Flipkart is the example of Dynamic website.

This is an example of a dynamic Website.

Courtesy: Flipkart

Characteristics

-> It accesses content from a database or content management system(CSM).

-> Therefore, when you alter or update the content of the database, the content of the website is also altered or updated.

-> Dynamic website uses client-side scripting or server-side scripting, or both to generate dynamic content.

-> Client-side scripting generates content at the client's computer based on user input. The web browser downloads the web page from the server and processes the code within the page to render information to the user.

-> In server-side scripting, the software runs on the server and processing is completed on the server then plain pages are sent to the user.

0
Subscribe to my newsletter

Read articles from Biswojit Bal directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Biswojit Bal
Biswojit Bal

I am learning on Fullstack Web Development.