Static website

A website whose pages are pre-built as fixed files and served identically to every visitor, without per-request computation on a
Web Server
. Static sites are typically composed of plain files:
  • CSS
    for presentation.
  • JS
    for client-side behavior.
They can be cached aggressively and suit content that does not change per user.