New Exclusive Deal:
Up To 78% OFF a New Website00
:
03
:
40
:
11
Zyro encyclopedia
A static website displays content to a web browser that’s stored with requests being read-only. In turn, there are no executable files or database entries on a static site.
Because of this, a static website is a great option for showcasing content that doesn’t require regular updates — business websites containing a company’s mission, for example.
Additionally, a static website can be a collection of static pages.
Static websites only rely on client-side markup language (HTML), with Cascading Style Sheets (CSS) determining how to stylize the content.
Static sites won’t change unless you modify the code manually.
On the other hand, dynamic websites incorporate server-side scripting languages like PHP or JavaScript to send and retrieve data from a web server — making the content dynamic.
A Static Site Generator (SSG) is software that takes source files and converts them into HTML files. It then transfers the files to a live server to make the site public.
Some of the most popular SSGs are Jekyll, Hugo, Hexo, Octopress, and Pelican.