Home  >  Q&A  >  body text

Coding is required during the development process of both static and dynamic websites. What are the differences between them?

I have a question: What is the difference between static sites and dynamic sites developed using html/css/js code, etc.? Do you have some examples you can show me?

P粉252116587P粉252116587380 days ago475

reply all(1)I'll reply

  • P粉557957970

    P粉5579579702023-09-08 00:53:50

    Static websites are websites that provide content in a stored manner. Dynamic websites, on the other hand, usually have databases that pull information when requested.

    This is a static website https://glitch.com/edit/#!/remix/glitch-hello-website

    This is a dynamic website https://glitch.com/edit/#!/remix/glitch-hello-node

    reply
    0
  • Cancelreply