If I have a static content site, and see no updates happening often and no need for dynamic content. Then I just use HTML.
If I need dynamic content and the site's content is updated often, then I'd use a CMS made in PHP. If I make custom CMS sites, I use PHP still but with the .html extension.
|