The World Wide Web: Information Access
Understanding HTML, web browsers, and how search engines index the internet.
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
- What is the difference between the physical internet and the web?
- Explain how search engines determine which results are most relevant.
- 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
Why: Students need a basic understanding of what computers, servers, and networks are to grasp how the internet functions.
Why: Understanding how files are stored and accessed is helpful before learning how web pages are stored and linked.
Key Vocabulary
| HTML | HyperText Markup Language, the standard coding language used to create web pages and structure their content. |
| Web Browser | Software application used to access and display information on the World Wide Web, such as Chrome, Firefox, or Safari. |
| Search Engine | A program that searches for information on the World Wide Web, using crawlers to index pages and algorithms to rank results. |
| Hyperlink | A clickable element in a digital document that connects to another document or resource, often used to navigate between web pages. |
| Crawler | An 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 activitiesPairs: Build Basic HTML Page
Pairs use a text editor to create an HTML file with headings, paragraphs, images, and hyperlinks. They save and open it in a browser to view results. Partners then modify each other's code and explain changes.
Small Groups: Search Result Analysis
Groups enter identical queries into two search engines and record top results. They compare rankings and identify factors like keywords or links influencing order. Groups share findings in a class discussion.
Whole Class: Hyperlink Mapping
Project a webpage and have the class trace hyperlinks to related pages. Students sketch a visual map on paper or digital tools, noting how links connect information non-linearly. Discuss navigation changes.
Individual: Browser Inspection
Students right-click a webpage to inspect HTML elements using developer tools. They identify tags for content and links, then alter CSS briefly to see effects. Note observations in a log.
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
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.
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.
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?
How do search engines determine relevant results?
How can active learning help students understand the World Wide Web?
Why do hyperlinks change how we access information?
More in Data Representation
Operating Systems and Software
Understanding the role of operating systems and application software in managing computer resources and user interaction.
2 methodologies
Introduction to Binary
Learning to convert between base-2 and base-10 number systems.
2 methodologies
Binary to Denary Conversion
Practicing conversion from binary to denary numbers.
2 methodologies
Denary to Binary Conversion
Practicing conversion from denary to binary numbers.
2 methodologies
Binary Addition
Performing basic addition operations with binary numbers.
2 methodologies
Representing Characters (ASCII/Unicode)
Understanding how text characters are encoded using standards like ASCII and Unicode.
2 methodologies