Static web page
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (February 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
A static Web page is a Web page that always comprises the same information in response to all download requests from all users. Contrast with Dynamic web page.
It displays the same information for all users, from all contexts, providing the classical hypertext, where navigation is performed through "static" documents.
Advantages
- Quick and easy to put together, even by someone who doesn't have much experience.
- Ideal for demonstrating how a site will look.
- Cache friendly, one copy can be shown to many people.
Disadvantages
- Difficult to maintain when a site gets large.
- Difficult to keep consistent and up to date.
- Offers little visitor personalization (all would have to be client side).
[edit] Technical view
The HTML or TXT page is stored at the web server file system and is distributed (in a HTTP protocol for example) directly, as a file transfer.