Students frequently confuse these two terms. They are not the same thing:
| Term | Definition |
|---|---|
| The Internet | A global network of interconnected computers and devices using TCP/IP protocols. The physical infrastructure — cables, routers, servers. |
| The World Wide Web (WWW) | A service that runs on top of the internet — a collection of web pages (HTML documents) linked by hyperlinks and accessed via browsers using HTTP/HTTPS. |
Analogy: The internet is like the road network; the WWW is like the cars and buildings that use those roads. Email, FTP, and online gaming also use the internet but are not part of the WWW.
https://www.bbc.co.uk) into a browserA web browser is client-side software that requests, receives, and displays web pages. Examples include Chrome, Firefox, Safari, and Edge. Browsers:
A search engine is software that indexes the web and returns relevant results in response to user queries. Examples: Google, Bing, DuckDuckGo.
Search engines work by:
| Language | Purpose | Example |
|---|---|---|
| HTML | Defines the structure and content of web pages using tags | <h1>Heading</h1>, <p>Paragraph</p> |
| CSS | Controls the visual appearance (colour, font, layout, spacing) | color: blue; font-size: 16px; |
| JavaScript | Adds interactivity and dynamic behaviour to web pages | Form validation, animations, loading data |
A URL (Uniform Resource Locator) is the address of a specific resource on the web. Structure: https://www.example.com/page?query=value
https:// — protocolwww.example.com — domain name (converted to IP by DNS)/page — path to specific resourceA hyperlink is a clickable link in a web page that navigates to another URL. Hyperlinks create the interconnected "web" that makes the WWW a web.
8 questions · WWW, search engines, HTML
| Term | Definition |
|---|
10 minutes · Exam-style