Lesson 1 of 18

🌐 How the Web Works

🎯 Grades 9–12 ⏱ ~35 minutes 💚 Beginner

What You'll Learn

  • What happens behind the scenes every time you visit a website
  • The roles of HTTP, DNS, browsers, and servers
  • The difference between frontend and backend development
Quick Check

1. What does a DNS server do?

AStores your passwords securely
BTranslates domain names into IP addresses
CRenders HTML into a visible webpage

2. Which language defines the structure of a webpage?

ACSS
BJavaScript
CHTML

3. What is the difference between HTTP and HTTPS?

AHTTPS loads pages faster
BHTTPS encrypts the connection for security
CHTTP is the newer standard

4. Frontend code runs…

AOn the server, handling databases
BIn the user's browser
COn the DNS server
← Previous HTML Structure →