🗒 Cheat Sheet← Lesson
BitWithBite
HTML Worksheet

🌐 How Websites Work

Chapter: HTML · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Explain browsers, servers and requestsKnow what HTML, CSS and JS each doUnderstand URLsKnow what hosting means
📚 Quick Recap

Before writing a single line of HTML, you need to understand the stage it performs on. Every website you visit is the result of a conversation between your browser and a server happening in milliseconds. This lesson demystifies that conversation — from typing a URL to seeing a fully rendered page.

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1The browser gets pages from a:
2Structure of a page comes from:
3Styling comes from:
4A URL is:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5Pages travel over the protocol (HTTP/HTTPS).
6The displays web pages to users.
7Describe what happens when you visit a URL.
8Roles of HTML vs CSS vs JS?
9What is web hosting?

🚀 Section C · Challenge ● CHALLENGE 5

10Difference between the internet and the web?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-B   2-A   3-B   4-A  |  5 HTTP(S)   6 browser   7 = Browser sends a request to the server, which returns HTML/CSS/JS that the browser renders   8 = Structure vs style vs behaviour   9 = Renting server space that stores and serves your site  |  10 = Internet = the network; web = pages/services running on it

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet