Web Pages (Part 1)

There are two classifications of web pages to consider when we are working on a web design. These are the static web pages and the dynamic web pages.

Static Web Pages
These pages always contain the same information in all download requests of any user. The pages are easier to build. It is ideal in demonstration of how some certain site will look. Oftentimes, static web pages are use as prototypes of web site projects and the like. In addition, the static web pages are cache-friendly. It means that you can use a single copy of the page to show it to other people.
However, when a site contents gets larger, maintaining the site gets difficult.
*continued on next post

Sorry, the comment form is closed at this time.