Definitions for "Static Web Page" Add To Word List
Login or Register  | Word Lists | Search History

an HTML page, as opposed to a dynamic page, which is generated by a database. Aka a flat page.
Helpful?           0
a basic, designed page that remains the same regardless of how it is used
Helpful?           0
a non-interactive document whose only purpose is to display information to the viewer
Helpful?           0
a normal web page that is written in HTML and therefore needs no pre-processing on the web server
Helpful?           0
a page that can not be interacted with, in other words what the user see's in a web page is what the user gets, where as a Dynamic page allows the user to interact
Helpful?           0
a page which has the same content always
Helpful?           0
A web page that shows information that cannot be changed without manually updating the web page. These types of web pages are the simplest to create and do not access data from a database
Helpful?           0
In web site terms, static means web pages that are not interactive. Because the web site visitor does not have any control over the information provided, the pages and information do not change with each visit. There is not a two-way communication between the user (client) and the web site (server) in a static page.
Helpful?           0
A static Web page is a Web page that always comprises the same information in response to all download requests from all users.
Helpful?           0