Which of the following is false with reference to static website?
2021
Which of the following is false with reference to static website?
- A.
Same content is loaded everytime the page is loaded
- B.
It is loaded at a faster speed
- C.
Content change at runtime
- D.
No interaction
Attempted by 249 students.
Show answer & explanation
Correct answer: C
Static websites serve fixed HTML files without server-side processing. Content remains consistent across visits and does not change dynamically at runtime, making the claim about runtime changes false.