Skip to content
Computing · Year 7 · Data Representation · Summer Term

The World Wide Web: Information Access

Understanding HTML, web browsers, and how search engines index the internet.

National Curriculum Attainment TargetsKS3: Computing - Computer NetworksKS3: Computing - Communication and Collaboration

About This Topic

The World Wide Web enables access to information through interconnected pages on the internet. Year 7 students learn that HTML provides the structure for web pages with tags for text, images, and links. Web browsers interpret this code to display content, while search engines use crawlers to index pages and rank results based on relevance, keywords, and hyperlinks. Students distinguish the web as a service running on the physical internet of cables, servers, and devices.

This topic supports KS3 Computing standards in networks and communication and collaboration. Key questions guide exploration: the internet-web difference, search relevance, and hyperlinks' impact on non-linear information flow. Students develop digital literacy by evaluating search results and understanding how links create vast, navigable networks, preparing them for safe online practices.

Active learning excels here because students construct knowledge through direct interaction. Creating simple HTML pages, mapping hyperlink paths, or simulating search crawls turns abstract processes into tangible experiences. These collaborative tasks reinforce understanding, encourage peer teaching, and build skills in critical analysis of digital content.

Key Questions

  1. What is the difference between the physical internet and the web?
  2. Explain how search engines determine which results are most relevant.
  3. Analyze how the use of hyperlinks changes the way we consume information.

Learning Objectives

  • Compare the structure of the physical internet with the World Wide Web, identifying key differences in their components and functions.
  • Explain how search engine algorithms use keywords, backlinks, and page authority to rank search results.
  • Analyze the impact of hyperlinks on information consumption, demonstrating how they enable non-linear navigation and content discovery.
  • Create a simple HTML document that includes text, an image, and at least two hyperlinks to external websites.
  • Evaluate the credibility of information found through web searches by considering source, date, and potential bias.

Before You Start

Introduction to Digital Devices

Why: Students need a basic understanding of what computers, servers, and networks are to grasp how the internet functions.

Basic File Management

Why: Understanding how files are stored and accessed is helpful before learning how web pages are stored and linked.

Key Vocabulary

HTMLHyperText Markup Language, the standard coding language used to create web pages and structure their content.
Web BrowserSoftware application used to access and display information on the World Wide Web, such as Chrome, Firefox, or Safari.
Search EngineA program that searches for information on the World Wide Web, using crawlers to index pages and algorithms to rank results.
HyperlinkA clickable element in a digital document that connects to another document or resource, often used to navigate between web pages.
CrawlerAn automated program used by search engines to systematically browse the World Wide Web, collecting data for indexing.

Watch Out for These Misconceptions

Common MisconceptionThe World Wide Web is the same as the internet.

What to Teach Instead

The internet forms the physical network, while the web is the system of linked pages using HTTP and HTML. Drawing layered diagrams in small groups clarifies this distinction, as students build and label their own models during discussions.

Common MisconceptionSearch engines search the entire web instantly for each query.

What to Teach Instead

Search engines pre-index pages via crawlers following hyperlinks. Simulating crawls with group chain activities reveals the ongoing process, helping students grasp why results vary and update over time.

Common MisconceptionHTML is a full programming language like Python.

What to Teach Instead

HTML structures content as markup, not logic or computation. Hands-on editing in pairs lets students see immediate visual changes, distinguishing it from code execution and reducing confusion.

Active Learning Ideas

See all activities

Real-World Connections

  • Web developers use HTML and CSS to build the structure and style of websites for companies like the BBC or local businesses, ensuring information is accessible and engaging.
  • Information architects at large organizations, such as museums or universities, design website navigation and link structures to help users find specific resources efficiently.
  • Search engine optimization (SEO) specialists analyze how search engines rank websites, advising businesses on how to improve their online visibility and attract more customers.

Assessment Ideas

Exit Ticket

Ask students to write down: 1) One difference between the internet and the web. 2) One factor a search engine uses to rank results. 3) One example of a hyperlink they used today.

Discussion Prompt

Pose the question: 'Imagine you are researching a historical event. How does the use of hyperlinks change the way you gather information compared to reading a single book?' Facilitate a brief class discussion, encouraging students to share examples.

Quick Check

Present students with a short, simple HTML code snippet. Ask them to identify the tags used for headings, paragraphs, and links, and predict what the output would look like in a browser.

Frequently Asked Questions

What is the difference between the internet and the World Wide Web?
The internet is the global network of computers connected by cables, satellites, and protocols like TCP/IP. The World Wide Web runs on this network as a collection of linked documents accessed via browsers using HTTP. For Year 7, use analogies like roads (internet) versus addresses and maps (web) to show the web organises information for easy navigation.
How do search engines determine relevant results?
Search engines use crawlers to index web pages by following hyperlinks, then rank results with algorithms considering keywords, page authority from links, user location, and freshness. Students can experiment by varying queries and analysing top pages, learning relevance stems from complex matching rather than simple keyword counts.
How can active learning help students understand the World Wide Web?
Active learning engages students through creating HTML pages, comparing search engines in groups, and mapping hyperlinks, making concepts like rendering and indexing experiential. These methods shift from passive listening to doing, improving retention as students debug code or debate result rankings. Peer collaboration uncovers nuances, like non-linear navigation, building confidence and deeper insight.
Why do hyperlinks change how we access information?
Hyperlinks create non-linear paths, allowing jumps between related content unlike sequential books. This fosters discovery but risks overload or bias from poor links. Classroom hunts tracing site links demonstrate efficiency and interconnectedness, teaching students to evaluate link quality for reliable research.