-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).
-Quick to develop
-Cheap to develop
-Cheap to host.
HAPPY CLIENT