What is the difference between a static and a dynamic web page?
A. Static pages use JavaScript, dynamic pages use HTML
B. Static pages are only for mobile, dynamic for desktop
C. Static pages are pre-built, dynamic pages are generated on the fly
D. Static pages are faster, dynamic pages are slower
Answer: Option C
Solution (By JKExamLibrary)
Static web pages are delivered exactly as stored, while dynamic pages are generated by server-side scripts based on user interactions or data.
No comments yet. Be the first to start the discussion!