Static and Dynamic websites
Static websites use what is considered the first generation of web development technology which includes the HTML. A lot of webmasters think that the use of HTML makes it difficult to update web pages, and would actually require them to properly sort out these codes and commands. It is very complicated to handle the web pages and corresponding updates. In redesigning your website, you would also encounter more difficulty in static websites since the style is mixed with the content.
But they believe and say so because they are now used to more advanced and modern web development tools and they think HTML is outdated.
Dynamic websites, on the other hand, use a database for storage of information. This allows programming languages such as ASP and PHP to be used and be translated to HTML. Then the browser can understand the page. You can use these options to simplify your website developing, rather than going through HTML.
Dynamic websites also allow a user-friendly content management. The users can easily edit the texts and images displayed on the website as often as they like. They can maximize their sense of control on all their web pages. This also ensures that someone who is not too web design and development savvy does not have to rely on a programmer simply to understand complicated commands.
Once a user updates a particular page, dynamic websites have menu systems that automatically update as pages are either added or removed. In static websites, once you update a page, you must edit the entire site.
Small sites may be better off with static websites since they are not updated very much but if these sites are subject to expansions, a dynamic site may be worth the added cost.
Users find dynamic websites easier to handle since they can continuously update styles without having to touch on the content. Databases are also searchable with the use of just keywords.

