Jump to content

Web page

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2600:387:15:1a31::8 (talk) at 18:45, 9 April 2025 (none). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Each article on the Wikipedia website is a distinct web page. The URL is visible in the browser's address bar at the top.

A web page (or webpage) is a Web document that is accessed in a web browser.[1] A website typically consists of many web pages linked together under a common domain name. The term "web page" is therefore a metaphor of paper pages bound together into a book.

Each web page is identified by a distinct Uniform Resource Locator (URL). When the user inputs a URL into their web browser, the browser retrieves the necessary content from a web server and then transforms it into an interactive visual representation on the user's screen.[2]

If the user clicks or taps a link, the browser repeats this process to load the new URL, which could be part of the current website or a different one. The browser has features, such as the address bar, that indicate which page is displayed.

Deployment

From the perspective of server-side website deployment, there are two types of web pages: static and dynamic. Static pages are retrieved from the web server's file system without any modification,[3] while dynamic pages must be created by the server on the fly, typically reading from a database to fill out a template, before being sent to the user's browser.[4] An example of a dynamic page is a search engine results page.

See also

References

  1. ^ "Web page – definition of web page by The Free Dictionary". Archived from the original on 23 April 2021. Retrieved 23 April 2021.
  2. ^ "Behind the scenes of modern web browsers". Tali Garsiel. Archived from the original on 18 April 2018. Retrieved 21 April 2018.
  3. ^ Melendez, Steven (10 August 2018). "The Difference Between Dynamic & Static Web Pages". Chron. Archived from the original on 20 March 2019. Retrieved 20 March 2019. Static by definition means something that does not change. The first pages on the World Wide Web were largely static and unchanged, delivering the same information about a particular topic to anyone who visited. In some cases, sites may evolve slightly over time but are still largely static, meaning that they only change when manually changed by their creators, not on a regular and automated basis.
  4. ^ "Definition of: dynamic Web page". PC Magazine. Archived from the original on 17 January 2017. Retrieved 20 March 2019. A Web page that provides custom content for the user based on the results of a search or some other request.