On March 12, 1989, a 33-year-old British physicist working at CERN submitted a document titled “Information Management: A Proposal.” It described a system for linking documents across different computers using hypertext. His supervisor, Mike Sendall, scribbled a note on the cover page: “Vague but exciting.” That physicist was Tim Berners-Lee. Within two years, he would build the first web browser, the first web server, and the first website — inventing the World Wide Web and changing how the entire human race communicates. No other technology in history has been adopted this rapidly or reshaped civilization this completely.
Early Life and Path to Technology
Timothy John Berners-Lee was born on June 8, 1955, in London, England. Both of his parents, Conway Berners-Lee and Mary Lee Woods, were mathematicians who had worked on the Ferranti Mark 1 — one of the world’s first commercial computers, built at the University of Manchester. Technology was dinner table conversation in the Berners-Lee household. Young Tim grew up building pretend computers from cardboard boxes, wiring up electronics projects, and discussing computing with parents who had programmed one of the earliest stored-program machines.
He studied physics at The Queen’s College, Oxford, graduating with a first-class degree in 1976. During his time at Oxford, he was caught hacking into the university’s computer system alongside a friend and was subsequently banned from using it. Undeterred, he built his own computer from a soldering iron, an M6800 processor, a secondhand television set, and components scavenged from various sources.
After Oxford, Berners-Lee worked as a software engineer at several companies. He spent two years at Plessey Telecommunications in Poole, writing distributed transaction systems and message relay software. He then joined D.G. Nash Ltd., where he wrote typesetting software and a multitasking operating system. In June 1980, he took a six-month contract at CERN, the European Organization for Nuclear Research in Geneva, Switzerland. During that initial CERN stint, he wrote a private program called Enquire — a hypertext system for tracking connections between people, projects, software modules, and documents at CERN. Enquire was never published or deployed beyond his own use, but it planted the seed for what would follow. Berners-Lee returned to CERN as a full-time fellow in 1984, and by 1989, the seed had grown into a formal proposal that would reshape the world.
The Breakthrough: Inventing the World Wide Web
The Technical Innovation
CERN in the late 1980s had a serious information management problem. The laboratory employed over 10,000 researchers from more than 100 countries, all working on particle physics experiments. These researchers used different computers — VAX/VMS systems, IBM mainframes, Unix workstations, NeXT machines, Macintoshes — running different operating systems with incompatible file formats and networking protocols. Documentation was scattered across dozens of incompatible systems. Finding who worked on what project, which documents referenced which experiments, and where the latest version of a specification lived required phone calls, hallway conversations, or knowing exactly which computer held the file you needed.
Berners-Lee’s insight was to combine three existing technologies into a coherent system that was greater than the sum of its parts. Hypertext — documents containing clickable links to other documents — had existed conceptually since Vannevar Bush’s 1945 “As We May Think” essay and practically since Ted Nelson’s Project Xanadu in the 1960s. The internet — a global network of interconnected computer networks — had existed since the ARPANET in 1969, and TCP/IP had been standardized in 1983. Domain name addressing had existed since 1983 with the introduction of DNS. None of these technologies were new. What Berners-Lee contributed was combining them into a workable system with three new inventions — and then giving the whole thing away for free.
First, he created HTML (HyperText Markup Language) — a simple markup language for structuring documents with headings, paragraphs, lists, and most importantly, hyperlinks to other documents. HTML was deliberately simpler than SGML (Standard Generalized Markup Language), the ISO standard it derived from. Berners-Lee understood intuitively that simplicity would drive adoption — if creating a web page required learning a complex language, few people would bother.
Second, he created HTTP (HyperText Transfer Protocol) — a stateless request-response protocol for transmitting documents between a client (browser) and a server. HTTP was designed to be lightweight and simple: a client sends a text-based request, a server sends a response with the document, and the connection closes. No persistent state between requests. No complex handshakes. No authentication in the initial version. Simplicity again.
Third, he created the URL (Uniform Resource Locator, later generalized to URI — Uniform Resource Identifier) — a universal addressing scheme that could locate any resource on any computer connected to the internet. A URL combined the protocol (http), the server address (info.cern.ch), and the document path (/hypertext/WWW/TheProject.html) into a single, human-readable string that could be typed, copied, shared verbally, or printed on paper.
<!-- The first website, created by Berners-Lee in late 1990
at http://info.cern.ch/hypertext/WWW/TheProject.html
This is based on the original HTML structure -->
<html>
<head>
<title>The World Wide Web project</title>
</head>
<body>
<h1>World Wide Web</h1>
<p>The WorldWideWeb (W3) is a wide-area
<a href="WhatIs.html">hypermedia</a>
information retrieval initiative aiming to give
universal access to a large universe of documents.
</p>
<p>Everything there is online about W3 is linked
directly or indirectly to this document, including
an <a href="Summary.html">executive summary</a>
of the project,
<a href="Administration/Mailing/Overview.html">
Mailing lists</a>,
<a href="Policy.html">Policy</a>, November's
<a href="Technical.html">technical paper</a>
describing the project.
</p>
<h2>What's out there?</h2>
<p>Pointers to the world's online information,
<a href="Subjects.html">subjects</a>,
<a href="DataSources/Top.html">W3 servers</a>,
etc.
</p>
</body>
</html>
He then built the software to make the system work. Between October and December 1990, working on a NeXT Computer at CERN, Berners-Lee wrote three things. The first web browser — called “WorldWideWeb” (one word, capital W’s), later renamed Nexus to avoid confusion with the project itself — ran on NeXTSTEP and could both display and edit web pages. The first web server — the CERN httpd daemon, running on his NeXT machine, which he labeled with a sticky note reading “This machine is a server. DO NOT POWER DOWN!!” The first website — a set of pages describing the World Wide Web project itself, explaining what the web was and how to use it. The site went live on December 20, 1990, accessible only within CERN.
On August 6, 1991, Berners-Lee posted a summary of the project to the alt.hypertext newsgroup, making the World Wide Web available to anyone on the internet. This is generally considered the web’s public debut. The entire system worked exactly as designed. You typed a URL into the browser. The browser sent an HTTP request to the specified server. The server returned an HTML document. The browser rendered it on screen. Click a hyperlink, and the process repeated — potentially fetching a document from a completely different computer, in a different country, running a different operating system. For the first time, information was no longer trapped inside specific machines or formats.
Why It Mattered
The web was not the only hypertext system proposed in the late 1980s and early 1990s. Apple had HyperCard (1987). The University of Minnesota had Gopher (1991). There was WAIS (Wide Area Information Servers), Hyper-G, and several commercial hypertext systems. What made the web win was not technical superiority — several competitors were more feature-rich. The web won because of openness and simplicity.
On April 30, 1993, CERN released the World Wide Web software and protocols into the public domain. No royalties. No licensing fees. No restrictions of any kind. Berners-Lee had pushed relentlessly for this from the beginning, but it was not a foregone conclusion. CERN’s legal department initially wanted to charge licensing fees. Berners-Lee argued — correctly — that a proprietary web would fragment into incompatible islands controlled by different companies, just as the proprietary online services of the era (CompuServe, AOL, Prodigy) had created walled gardens. Universality required freedom. The web had to be free, or it would not be the web.
This single decision is arguably the most consequential intellectual property decision in the history of technology. Every other major communication technology of the 20th century was born proprietary: telephone networks (AT&T’s monopoly), radio broadcasting (government-licensed spectrum), television (government-licensed spectrum), cable television (regional monopolies), mobile networks (carrier-controlled ecosystems). The web started free and open. That difference explains everything that followed.
Adoption was explosive. In June 1993, there were 130 websites. By December 1993, there were 623. By June 1994, there were 2,738. By January 1996, there were over 100,000. By 2000, there were more than 17 million. Today, there are approximately 1.1 billion websites. The web pages developers build today still use the same fundamental architecture Berners-Lee defined in 1990: HTML documents, served over HTTP, located by URLs.
Beyond the Web: W3C and Web Standards
In October 1994, Berners-Lee left CERN and founded the World Wide Web Consortium (W3C) at MIT, with additional offices at INRIA in France and later Keio University in Japan. The W3C’s mission was to develop and maintain open standards for the web, ensuring that no single company could control how the web worked or fragment it into incompatible implementations.
This was not a theoretical concern. By 1995, Netscape and Microsoft were engaged in the “Browser Wars,” each adding proprietary HTML extensions and JavaScript APIs designed to lock users into their respective browsers. Web developers had to build multiple versions of their sites — one for Netscape Navigator, another for Internet Explorer — or accept that their site would be broken for a significant portion of visitors. Without standardization, the web was heading toward the same fragmentation that plagued the pre-web online world.
The W3C developed and maintains the standards that every web framework depends on: HTML (currently HTML5, the “Living Standard” maintained jointly with WHATWG), CSS (currently at CSS4 modules), SVG (Scalable Vector Graphics), the Web Accessibility Guidelines (WCAG), WAI-ARIA, and dozens of other specifications. When you write HTML, you are writing to a W3C/WHATWG standard. When you check your site for accessibility compliance, you are testing against W3C guidelines. The consortium’s work is invisible to end users, but it is the foundation that keeps the web interoperable across every browser and every device.
Berners-Lee led the W3C for nearly three decades, from its founding in 1994 until the consortium transitioned from MIT/ERCIM/Keio governance to a new independent legal entity in 2022. He remains an advisor and continues to advocate vocally for web standards, openness, and interoperability.
Philosophy and Engineering Approach
Key Principles
Berners-Lee’s design philosophy for the web can be summarized in principles he has articulated across decades of writing, speaking, and standards work.
Universality. The web must work for everyone — every device, every operating system, every language, every ability level, every country. This is not merely a nice ideal. It is a hard design requirement that shaped every technical decision. HTML was made simple enough that anyone with a text editor could write a web page. URLs were made human-readable so people could share them over the phone. HTTP was made stateless so that minimal servers could participate in the web. These choices sacrificed some capability for maximum accessibility.
Decentralization. No central authority controls the web. Anyone can set up a web server. Anyone can create a web page. Anyone can link to anyone else’s page without asking permission. There is no “web registry” that must approve your content. This principle was radical in 1990, when online services were centrally controlled, and remains the web’s greatest strength — and, as social media manipulation has shown, its greatest vulnerability.
The principle of least power. Berners-Lee articulated this in a 2006 W3C document: web technologies should use the least powerful language suitable for the task. HTML is less powerful than a general-purpose programming language, but that apparent weakness is a feature. Because HTML is declarative rather than procedural — it describes what content is, not how to process it — HTML documents can be parsed, indexed, translated, cached, rendered, and adapted for assistive technologies. A Turing-complete language would make all of that vastly harder. This principle influenced the separation of content (HTML), presentation (CSS), and behavior (JavaScript) — a separation that makes web performance optimization and search engine indexing possible.
<!-- Berners-Lee's principle of least power in practice:
HTML is DECLARATIVE — it describes structure, not behavior.
This is why the web is indexable, accessible, and fast. -->
<!-- Semantic HTML allows machines to understand content -->
<article itemscope itemtype="https://schema.org/ScholarlyArticle">
<header>
<h1 itemprop="headline">Information Management: A Proposal</h1>
<time itemprop="datePublished" datetime="1989-03-12">
12 March 1989
</time>
<address itemprop="author">Tim Berners-Lee, CERN</address>
</header>
<section>
<h2>Abstract</h2>
<p itemprop="description">
This proposal concerns the management of general
information about accelerators and experiments at CERN.
It discusses the problems of loss of information about
complex evolving systems and derives a solution based
on a distributed hypertext system.
</p>
</section>
<nav aria-label="Related resources">
<a href="/hypertext/WWW/TheProject.html"
rel="related">The World Wide Web project</a>
</nav>
</article>
<!-- This semantic structure simultaneously enables:
- Screen readers navigating by headings (accessibility)
- Search engines extracting structured data (SEO)
- Content aggregators summarizing the page (syndication)
- Stylesheets transforming the presentation (CSS)
All because HTML describes WHAT content is, not HOW to display it -->
Net neutrality. Berners-Lee has been one of the most prominent public advocates for net neutrality — the principle that internet service providers must treat all web traffic equally, regardless of source, destination, or content. He argues that without net neutrality, ISPs could create fast lanes for wealthy corporations and slow lanes for everyone else, destroying the web’s foundational principle that any page can link to any other page on equal footing.
Legacy and Modern Relevance
Berners-Lee’s growing concern about the state of the modern web is well-documented. He has spoken and written extensively about three major threats to the web he created. First, centralization: a handful of companies — Google, Meta (Facebook), Amazon, Apple, Microsoft — now mediate the majority of people’s web experience through their search engines, social platforms, app stores, and cloud services. The web was designed to be radically decentralized. The practical reality in 2026 is that a few corporate gatekeepers control much of the web’s traffic, advertising revenue, and user data. Second, privacy erosion: mass surveillance by government intelligence agencies (as revealed by Edward Snowden in 2013) and pervasive data collection by advertising technology companies have turned the open web into a surveillance infrastructure that tracks users across sites, builds behavioral profiles, and trades that data in real-time auction markets. Third, misinformation: the same openness and low barriers to publishing that make the web democratizing also make it a vector for disinformation, propaganda, and manipulation at speeds and scales that traditional media gatekeeping never had to handle.
In response to these threats, Berners-Lee launched the Solid project in 2018. Solid (Social Linked Data) is a platform for decentralized data storage where users control their own information through personal online data stores called “pods.” Instead of surrendering your data to each app you use, your data lives in your pod, and applications request access to it — access you can revoke at any time. He co-founded Inrupt, a company building commercial tools and infrastructure on top of Solid. The government of Flanders (Belgium’s Dutch-speaking region) adopted Solid for citizen data management in 2019. While Solid has not yet achieved mass consumer adoption, it represents Berners-Lee’s continued effort to realign the web with its original decentralized, user-empowering vision.
Every web developer is building on Berners-Lee’s architecture, whether they think about it or not. REST APIs extend HTTP. CSS styles his HTML. React, Vue, and Svelte compile down to the same HTML he created in 1990. The code editors we use produce documents in the formats he defined. Linus Torvalds built the servers the web runs on. Brendan Eich made web pages interactive. Grace Hopper made programming accessible to humans. But Berners-Lee created the platform that connected them all — the hyperlinked web that lets any document link to any other document, anywhere on Earth, with a single click. That architecture, designed in a CERN office in 1989 and released for free in 1993, remains the foundation of the digital world.
Key Facts
- Born: June 8, 1955, London, England
- Known for: Inventing the World Wide Web (1989-1991)
- Education: B.A. (First Class Honours) in Physics, The Queen’s College, Oxford (1976)
- Key inventions: HTML, HTTP, URLs, first web browser (WorldWideWeb/Nexus), first web server (CERN httpd)
- Awards: Knighthood (KBE, 2004), Turing Award (2016), Order of Merit (2007), Queen Elizabeth Prize for Engineering (2013)
- Organizations: Founded W3C (1994), co-founded World Wide Web Foundation (2009), co-founded Inrupt (2017)
- Current roles: Professor at MIT and the University of Oxford; co-founder and CTO of Inrupt; President of the Open Data Institute
- First website: info.cern.ch, launched December 20, 1990
Frequently Asked Questions
Who is Tim Berners-Lee?
Tim Berners-Lee is a British computer scientist who invented the World Wide Web in 1989-1991 while working at CERN, the European particle physics laboratory in Geneva. He created HTML, HTTP, and URLs — the three foundational technologies that make the web work. He also founded the World Wide Web Consortium (W3C) to maintain open web standards and was awarded the Turing Prize in 2016.
What did Tim Berners-Lee create?
Berners-Lee created the World Wide Web: the system of interlinked hypertext documents accessed via the internet. Specifically, he invented HTML (the language for structuring web pages), HTTP (the protocol for transmitting them between servers and browsers), and URLs (the addressing system for locating them). He also built the first web browser, the first web server, and the first website. He did not create “the internet” itself — the internet (the underlying network infrastructure) already existed. The web is a system of linked documents that runs on top of the internet.
Why is Tim Berners-Lee important to computer science?
Berners-Lee created the most widely used information system in human history and then gave it away for free. His decision to release the web technology into the public domain in April 1993, rather than patenting or licensing it, enabled the explosive growth of the web from a single website in 1990 to over 1 billion websites today. He also established the W3C, the standards organization that keeps the web open and interoperable across all browsers, devices, and operating systems.
What is Tim Berners-Lee doing today?
Berners-Lee holds professorships at MIT and the University of Oxford. He is the co-founder and CTO of Inrupt, a company building on the Solid platform for decentralized personal data storage. He continues to advocate publicly for web openness, net neutrality, data privacy, and digital rights. He remains one of the most prominent voices warning about the dangers of web centralization, surveillance capitalism, and misinformation.