PDA

View Full Version : What is the difference between the static and dynamic website?



jsharma
07-26-2019, 11:43 PM
Hello friends,


What is the difference between the static and dynamic website?

PrimeItSolution
07-28-2019, 08:47 PM
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.

vijayshah1140
07-28-2019, 09:36 PM
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.

RH-Calvin
07-28-2019, 11:26 PM
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.

murugaaprml
07-28-2019, 11:40 PM
A static website contains Web pages with fixed content. Each page is coded in HTML and displays the same information to every visitor. Unlike dynamic websites, they do not require any complex Web programming or database design.

imriakapoor
07-29-2019, 12:14 AM
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.