PDA

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



vashilove
07-27-2019, 02:43 AM
Hello friends,


What is the difference between the static and dynamic website?

akshaypandit
07-27-2019, 03:20 AM
A static website is a kind of website you can build. Dynamic websites are coded in HTML and CSS only, with no scripting.

davidweb09
07-28-2019, 09:16 AM
Static websites are designed using HTML language while Dynamic using PHP language. https://phantomvapesupply.com/

vijayshah1140
07-29-2019, 12:20 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.

anirban09P
07-29-2019, 12:28 AM
Difference between static and dynamic website.

Static Websites : These websites are made up of HTML, CSS and Images. The content of an static site remains same all the time. Every visitor see the same items and content on a static page. Blogs on Blogspot or on any other blogging platform are examples of static websites. Techulator is also an static website, however, it has many dynamic elements too.

Dynamic Websites : These sites are made up of server side languages like PHP, ASP, Java etc. The most common example of a dynamic site is an ecommerce store. Facebook, twitter are all dynamic websites.

Sara James
07-29-2019, 01:45 AM
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.

Lukedawn
07-29-2019, 02:01 AM
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

vinukum
07-29-2019, 02:06 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.

RH-Calvin
07-29-2019, 04:22 AM
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.