Static Websites Last Updated : 31 Jul, 2022 Comments Improve Suggest changes 7 Likes Like Report Static websites are the websites that doesn't change the content or layout dynamically with every request to the web server. Static websites display exactly the same information whenever anyone visits it. User sees the updated content of Static Website only when a web author manually updates them with a text editor or any web editing tool used for creating websites. Static webpages do not have to be simple plain text. They can feature multiple design and even videos. Features of Static Websites: Static websites are the simplest kind of website that you can build.Every viewer will see the exactly same text, multimedia design or video every time he/she visits the website until you alter that page's source code.Static websites are written with the help of HTML and CSS.The only form of interactively on a static website is hyperlink.Static website can be used for the information that doesn't change substantially over months or even years.Static pages are easy and simple to understand, secure, less prone to technology errors and breakdown and easily visible by search engines.HTML was the first tool with which people had begun to create static web pages.Static websites provide flexibility.Lightweight .Static websites perform faster and well than dynamic ones. Advantages of Static Websites: Static websites are highly cost-effective for publishing.They require less coding and technical knowledge.Static websites are easier to make.Static websites are quick to develop.Static websites are cheap to host.A static website contains data which is immutable.Static websites are beginner level. A programmer with knowledge of HTML, CSS, and JavaScript can build static websites.It's easy to create and host online.Static websites provide security. Disadvantages of Static Websites: Requires web development expertise to update site.Site not as useful for the user.Content can get stagnant.Send the same response for every request.Dynamic functionality works only on the client side.Conclusion: In real problem static website are really useful . Most developer prefer static website as they are beginner level and interactive. Comment I itskawal2000 Follow 7 Improve I itskawal2000 Follow 7 Improve Article Tags : HTML Explore HTML BasicsHTML Introduction5 min readHTML Editors5 min readHTML Basics7 min readStructure & ElementsHTML Elements5 min readHTML Attributes8 min readHTML Headings4 min readHTML Paragraphs5 min readHTML Text Formatting4 min readHTML Block and Inline Elements3 min readHTML Charsets4 min readListsHTML Lists5 min readHTML Ordered Lists5 min readHTML Unordered Lists4 min readHTML Description Lists3 min readVisuals & MediaHTML Colors11 min readHTML Links Hyperlinks3 min readHTML Images7 min readHTML Favicon4 min readHTML Video4 min readLayouts & DesignsHTML Tables10 min readHTML Iframes4 min readHTML Layout4 min readHTML File Paths3 min readProjects & Advanced TopicsHTML Forms5 min readHTML5 Semantics6 min readHTML URL Encoding4 min readHTML Responsive Web Design11 min readTop 10 Projects For Beginners To Practice HTML and CSS Skills8 min readTutorial ReferencesHTML Tags - A to Z List15+ min readHTML Attributes Complete Reference8 min readHTML Global Attributes5 min readHTML5 Complete Reference8 min readHTML5 MathML Complete Reference3 min readHTML DOM Complete Reference15+ min readHTML DOM Audio/Video Complete Reference2 min readSVG Element Complete Reference5 min readSVG Attribute Complete Reference8 min readSVG Property Complete Reference7 min readHTML Canvas Complete Reference4 min read Like