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.