Show in graph
WEB

Product → Web Applications

Web Page

A document or application view delivered over the web and displayed by a browser.

Motivation

Web page solves the problem of presenting one addressable document or interface in a browser.

Where it fits

Web Page belongs to web applications and is built from HTML, CSS, JavaScript, and browser rendering.

Mental model

A web page is what the browser constructs from markup, styles, scripts, network resources, and runtime state.

Common mistakes

  • Thinking a page must be a static HTML file.
  • Ignoring the difference between document structure and visual rendering.

Web Page connects to HTML, DOM, CSS, JavaScript, browser, and URL.