Sobes.tech
Intern

What is a static website?

sobes.tech AI

Answer from AI

A static website consists of files that are delivered to the user's browser exactly as they are stored on the server.

Main characteristics:

  • No server-side processing to generate the page.
  • Page content is fixed for all users unless client-side scripts are used for dynamic changes.
  • High performance and security due to simple architecture.
  • Content updates require manual file updates on the server.

Typical technologies:

  • HTML
  • CSS
  • JavaScript (for interactivity on the client side)