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
Test CSS Selectors With DevTools Read tip
Ping Google on Sitemap Update Read tip
Protect Against Parameter Pollution in Express Read tip