Hello friends,
What is the difference between the static and dynamic website?
Dynamic websites can be easily upgraded by end users. Static websites is difficult to upgrade
The theme of website and content of website are fixed. Website designs and content can be changed on runtime
With the help of markup language static websites loads quickly whereas dynamic websites delays to load because of more processing time.
Static website provides information to their clients like an organization website. Dynamic website is where content changes frequently. Like a Electronic-commerce site etc.
Static website directly run on browser and does not require other internet application language. This website can be created from HTML and CSS .Dynamic website run the application on server and the result will be display on webpage. So this requires server application language like PHP, JSP etc.
Static websites are easy to develop and a experienced person can develop it. But in casa of Dynamic websites it cannot be developed easily because it require qualify developers to create it, manage it, test it and maintain security of application and database.
In Static website if you want to change the page content then you has to upload that page on server many times. Dynamic sites provide some facilities that it possible to change the page content using server application. There is no need to upload the page on server
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.
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.
The main difference between dynamic website and static website is that the website that created in client-side languages HTML is called static website and a website that created in server-side languages php,asp.net etc are called dynamic website.
So without knowing the difference, you created your website vashibabaji?
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.