Lesson 1
How the Web Works
Discover what happens when you type a web address and press Enter.
Lesson
Every website is a collection of files stored on a computer called a server. When you visit a website, your browser asks the server for those files, downloads them, and displays them on your screen. HTML structures the content, CSS makes it look good, and JavaScript makes it interactive.
Coding challenge
Your challenge
Write your first HTML page. Create a page with a heading, a paragraph about yourself, and a list of your top 3 STEM interests.
HTML/CSS🌐 Live preview
Preview
Create a free account to save your progress and earn badges.