Difference between revisions of "Web page"

From Internet User Guide
Jump to: navigation, search
(Static webpages and dynamic webpages)
 
Line 1: Line 1:
 +
__NOTOC__
 
A web page or "webpage" is a document in a format suitable for access through a [[web browser]]. Such documents are usually written in [[HTML]] format, and may provide navigation to other webpages via [[hypertext]] links.
 
A web page or "webpage" is a document in a format suitable for access through a [[web browser]]. Such documents are usually written in [[HTML]] format, and may provide navigation to other webpages via [[hypertext]] links.
  
Line 14: Line 15:
  
 
The web server may for example use server-side scripting to construct the HTML text of each webpage by applying a standard format to changing content. The format defines the layout of page elements, and the script then fetches the appropriate contect for each element from the website's [[database]]. (In practice, however, frequently-requested pages are stored in the server's [[cache]] rather than being reconstructed at each request.)
 
The web server may for example use server-side scripting to construct the HTML text of each webpage by applying a standard format to changing content. The format defines the layout of page elements, and the script then fetches the appropriate contect for each element from the website's [[database]]. (In practice, however, frequently-requested pages are stored in the server's [[cache]] rather than being reconstructed at each request.)
 +
 +
==See also==
 +
*[[Website]]
 +
*[[Static web page]]
 +
*[[Dynamic web page]]
  
 
==External links==
 
==External links==

Latest revision as of 17:26, 20 May 2010