Which option best describes the difference between static and dynamic web pages?
2025
Which option best describes the difference between static and dynamic web pages?
- A.
Dynamic pages show the same information to all users, whereas static pages change depending on user input.
- B.
Both static and dynamic pages always require database access to display information.
- C.
Static pages retrieve data from a database, while dynamic pages are made using only HTML.
- D.
Static web pages deliver the same content to every user, while dynamic pages generate content based on server-side scripting.
Attempted by 69 students.
Show answer & explanation
Correct answer: D
Static web pages deliver identical content to all users, while dynamic pages generate content based on server-side scripting.