Skip to main content

Difference between static and dynamic?


Difference between static and dynamic ?

  • static HTML once provided cannot be changed but dynamic HTML once provided can be changed any modifications.
  • Static can not acceses the database but Dynamic page access the database

Comments