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
Node.js Port Already in Use Read tip
Using Data Attributes Read tip
HTTP Service Backend for Fast Prototyping Read tip