A Static Website

A static website is the simplest form of website, in which the site’s content is delivered without the use of server side processing. Static website are used principally for brochure sites and can include complex graphics, animations and JavaScript driven features. The main limitation of static websites is that they cannot provide true user interactivity, since they cannot either gather information from the user or serve content dependent on user actions. Large static sites are also time consuming to develop and more difficult to update, since changes need to be implemented individually on each page of the site. However, if a business does not require a large website or advanced interactivity, a static site developed using XHTL and CSS will provide clean, compact coding and good search engine performance.

Comments

Popular posts from this blog