top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between static and dynamic websites?

0 votes
318 views
What is the difference between static and dynamic websites?
posted Dec 7, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Static Website is easy to create. The web pages are made in HTML. The code is fixed for each and every page. You cannot change the content of any page.

Dynamic Website contains dynamic web pages whose content changes dynamically. The content is fetched from the database. Here, you can do insert, update, delete your content of a website. It is created by client side scripting or Server-side scripting or both.

answer Mar 18, 2019 by Drasti Chavda
...