Web page

From Wiki @ Karl Jones dot com
Revision as of 11:38, 10 May 2015 by Karl Jones (Talk | contribs) (First def.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A web page (or webpage, or simply page) is a web document that is suitable for the World Wide Web and the web browser.

A web browser displays a web page on a monitor or mobile device.

The web page is what displays, but the term also refers to a computer file, usually written in HTML or comparable markup language. Web browsers coordinate the various web resource elements for the written web page, such as style sheets, scripts and images, to present the web page.

Typical web pages provide hypertext that include a navigation bar or a sidebar menu to other web pages via hyperlinks, often referred to as links.

Static Web Pages

A static web page is a specific file on the server's file system, which the server sends without any modification, and which is not modified in any way by the web browser.

Dynamic Web Pages

A dynamic web page is generated by a web application that is driven by server-side software or client-side scripting.

External Links