How To Create A Static Website

moonchild

VIP Contributor
A static website is a website that has no any dynamic content, so everything is fixed and nothing changes, an example of a static website is an informative website, website that people use to post information about some certain stuffs like the website that service based business have, so you will have let's say an auto repair website with just a homepage, about, services and contact page, this website is known as static website, when you want to build this type of website you do everything at once and you do not have to change anything afterwards till maybe when you want to redesign, but as far as the contents on the website goes nothing changes.

To build a static website you do not necessarily need a backend technology, all you need is to design the website and the contents can be filled in using tags like h1, p tag and the anchor tag for inserting links, to be able to build a static website you have to be versatile in the frontend technologies like HTML,CSS and Javascript, for a static website you do not need to pay for hosting, as you can host it for free on Github and just connect your custom domain.
 
Top