Computer Science
Tim Berners-Lee: Inventor of the World Wide Web
HTML, HTTP, URLs, and the open Web
Related Tools
Related Labs
Related Worksheets
Related Cheat Sheets
Tim Berners-Lee is the computer scientist best known for inventing the World Wide Web, a system that made information sharing across the internet simple and universal. In 1989, while working at CERN, he proposed linking documents with hypertext so researchers could easily move between related information. His idea grew into the Web, which became one of the most important communication tools in modern history. It changed science, education, business, and everyday life by making networked information accessible through a browser.
Key Facts
- Tim Berners-Lee was born in London in 1955 and studied physics at the University of Oxford.
- In 1989 at CERN, he proposed a global hypertext system that became the World Wide Web.
- The Web depends on three core ideas: HTML for pages, HTTP for communication, and URLs for addresses.
- Basic web request model: browser sends HTTP request, server returns HTTP response.
- A URL has a structure such as scheme://domain/path, for example https://example.org/index.html.
- Berners-Lee founded the World Wide Web Consortium, W3C, in 1994 to guide open Web standards.
Vocabulary
- World Wide Web
- The World Wide Web is a system of linked documents and resources accessed over the internet using browsers.
- Hypertext
- Hypertext is text that contains links to other documents or resources.
- HTML
- HTML, or HyperText Markup Language, is the standard language used to structure content on web pages.
- HTTP
- HTTP, or HyperText Transfer Protocol, is the set of rules browsers and servers use to request and send web resources.
- URL
- A URL, or Uniform Resource Locator, is the address used to find a resource on the Web.
Common Mistakes to Avoid
- Confusing the Web with the internet is wrong because the internet is the global network infrastructure, while the Web is one service that runs on it.
- Saying Berners-Lee invented the internet is wrong because earlier researchers and engineers developed internet networking long before the Web was created.
- Treating HTML, HTTP, and URLs as the same thing is wrong because HTML structures content, HTTP moves data, and URLs identify locations.
- Assuming the first browser was only a viewing tool is incomplete because Berners-Lee's WorldWideWeb browser also allowed users to create and edit web pages.
Practice Questions
- 1 A student visits https://cern.ch/about. Identify the scheme, domain, and path in this URL.
- 2 A simple website has 8 pages, and each page links to 3 other pages. How many hyperlink connections are placed across the site if no links are repeated?
- 3 If a browser requests one HTML file, two images, and one style sheet from a server, how many separate resources must the server return?
- 4 Explain why open standards from W3C helped the Web grow more widely than a closed system controlled by one company.