Skip to content

What Makes a Website Static

View on Twitter

💡 What makes a website static?

👉🏼 A static website does *not* use a programming language on the server to render different content. It *always* returns the same HTML, JS and CSS. Static websites don't have a database and are "done" at build time.

You might also like
Use Systemd to Manage Processes Read tip
Secure Your VPS: Disable Password Login Read tip
Practice Algorithms and Data Structures in JavaScript Read tip