Back to Glossary
website-internetintermediateunit-1
Static Site
Definition
A website with pre-built pages that are the same for every visitor.
In Plain English
A static site is like a printed brochure—the content is fixed and everyone gets the same version.
Real-World Example
A company portfolio site that rarely changes is often built as a static site for speed and simplicity.
Why It Matters for Your Work
Static sites are fast, secure, and cheap to host. They are ideal when content does not change based on who is viewing.
Common Mistake
Using complex dynamic systems when a simple static site would be faster and cheaper.