Web page


A web page (or webpage) is a document on the World Wide Web "with its own address".[1] Web pages are delivered by a web server to the user and displayed in a web browser[2] to act as a "retrieval unit" for the information stored within it.[3] A website consists of many web pages linked together under a common domain name. The name "web page" is a metaphor of paper pages bound together into a book.

A web page is a structured document. The core element of a web page is a text file written in the HyperText Markup Language (HTML)[4] which specifies the content of the web page (including links called hyperlinks) to other web resources, primarily other web pages, and to different sections of the same web page). Multimedia content on the web, such as images, videos, and other web pages, can be directly embedded in a web page to form a compound document.

An HTML document can include separate files called Cascading Style Sheets (CSS) documents (which are also text files) which specify the presentation of content on a web page. This is in principle an alternative to including that information directly in the HTML code.

The document can also include JavaScript or WebAssembly programs, which are executed by the web browser to add dynamic behavior to the web page:[4][5] for example, a form which accepts input from the user. Web pages with dynamic behavior can function as application software, referred to as web applications.

Each web page is identified by a distinct Uniform Resource Locator (URL). When the user inputs the URL for a web page into their browser, the browser downloads an HTML file from a web server and transforms all of its elements into an interactive visual representation on the user's device.[6]

If the user clicks, taps, or otherwise activates a hyperlink, the browser repeats this process to load the page pointed to by the hyperlink, which could be part of the current website or a different one. The browser has user interface features that indicate which page is displayed.