Rapidly provision one to thousands of
Droplets in seconds
A static web page (sometimes called a flat page/stationary page) is a web page that is delivered to the user exactly as stored, in contrast to dynamic web pages which are generated by a web application. Static web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP (nevertheless URLs ending with “.html” are not always static)
Features of a Static Website
A static site is mainly used to distribute fixed information from the webserver to the browser running on a client computer. All visitors will see exactly the same content each time when the page is loaded.
Advantages of the static website:
-Quick to develop
-Cheap to develop
-Cheap to host
Add Comment