1989–present · Digital Revolution · Originating at CERN near Geneva, Switzerland, and developed internationally
The World Wide Web
What Happened? — Problem
By the late 1980s the internet existed as a network of networks, but the information on it was fragmented across incompatible systems. Retrieving a document required knowing which machine held it, which protocol it spoke, and which account was needed. At CERN specifically, a large international research organization with high staff turnover, knowledge was continually lost because documents lived in formats and systems that outlived neither the projects nor the people who made them. The design problem was to allow any document on any machine to reference any other document on any other machine, without central coordination, without requiring participants to adopt the same hardware or software, and without anyone's permission — a universal, decentralized addressing and linking scheme.
Why Did It Happen? — Innovation
Tim Berners-Lee circulated a proposal at CERN in March 1989, revised in 1990, combining three simple specifications: URLs for addressing, HTTP for transfer, and HTML for marking up documents and their links. Robert Cailliau co-authored the revised proposal and advocated internally. The first browser and server ran in 1990, and in 1993 CERN placed the underlying technology in the public domain, a decision widely credited with enabling its rapid spread. Visual capability arrived incrementally and through many hands: Mosaic, released in 1993 by a team at the National Center for Supercomputing Applications including Marc Andreessen and Eric Bina, popularized inline images; Netscape and Microsoft then added competing extensions. Håkon Wium Lie proposed Cascading Style Sheets in 1994, with Bert Bos, giving the web a presentation layer separate from its structure. The World Wide Web Consortium, founded in 1994, has coordinated the specifications since.
What Changed? — Impact
The web forced a fundamental change in what a design deliverable could be. Print and even early software design assumed a known canvas of fixed dimensions. A web page was delivered to an unknown screen size, an unknown font availability, an unknown connection speed, an unknown browser with its own interpretation of the specification, and increasingly an unknown input device and assistive technology. Designers could specify intent but not outcome. The profession's response ran through a sequence of strategies — fixed-width layouts, table-based layouts, liquid layouts, and from Ethan Marcotte's 2010 article the responsive approach of fluid grids, flexible images and media queries — each an attempt to design a system of behavior rather than a picture. John Allsopp's 2000 essay A Dao of Web Design made the argument early and directly: the flexibility of the medium is a feature rather than a limitation.
Design Impact
- →Replaced the fixed canvas with an unknown one, shifting the deliverable from a composition to a set of rules for how a composition should adapt.
- →Separated structure from presentation through HTML and CSS, an architectural division that underlies design tokens and component systems today.
- →Made accessibility technically tractable and explicitly specified, through semantic markup and the W3C's Web Content Accessibility Guidelines, first published in 1999.
- →Created web typography as a discipline constrained first by a handful of system fonts and later liberated by web font formats and services.
- →Introduced performance as a design concern, since page weight and load time determine whether a design is experienced at all.
- →Established open, publicly negotiated standards as the governing mechanism for a design medium, rather than a single vendor's specification.
How Did It Affect Society?
The web made publishing effectively free at the point of distribution, which reorganized journalism, commerce, education, political organizing and personal expression within about a decade. Its early architecture was decentralized by design: anyone could run a server and anyone could link to anyone. Much of the subsequent history concerns the partial reversal of that condition, as activity concentrated on a small number of platforms that mediate publication, discovery and payment. Access itself remains unequal; the International Telecommunication Union reports that a substantial share of the world's population is still not using the internet, with the gap largest in low-income countries and, within many countries, between women and men. The web's openness is therefore both a genuine structural achievement and an unevenly distributed one.
The Costs
The advertising-funded model that emerged in the late 1990s tied the medium's economics to attention and to behavioral data collection, producing the tracking infrastructure, consent interfaces and surveillance practices now subject to regulation in several jurisdictions. Page weight has grown enormously, with analyses of long-running datasets such as the HTTP Archive showing median page sizes rising by orders of magnitude since the 1990s, which excludes users on slow or metered connections and older devices. Accessibility remains widely unmet despite two decades of published guidelines; annual automated surveys of the most visited home pages consistently detect failures on the large majority. And the browser wars of the late 1990s left a legacy of proprietary extensions and incompatibility that cost the industry years of duplicated effort, a recurring risk whenever a single implementation dominates.
What Can Designers Learn Today?
The web is where designers learned, often unwillingly, that they specify behavior rather than appearance — a lesson that now applies to every medium a designer works in, including native applications, variable typography and generated interfaces. Its standards process is also a working model of governance for a shared medium: specifications negotiated in public, implemented by competing parties, and accompanied by explicit accessibility requirements. Practically, the web's history argues for designing from constraint outward rather than from the ideal case inward. A layout that assumes a large screen, a fast connection, a mouse and full vision is not a design that later needs adapting; it is a design that has already excluded a large portion of its audience, and correcting that afterward is consistently more expensive than assuming it at the start.
Sources
- Information Management: A Proposal — Tim Berners-Lee
- Web Content Accessibility Guidelines and CSS specifications
- Responsive Web Design — Ethan Marcotte
- Measuring digital development: Facts and Figures