CAPSTONE — WEBSITE 101

Lesson 5 — The Live Code Builder

Beginner / Free Track
How this works: Complete 5 tasks in order — each one unlocks the next. Type every character. No copy-paste. When all 5 are done, your completed page appears and the sandbox opens.
01
Add a heading with your name
Type: <h1>Your Name</h1>
● PENDING
02
Add a paragraph about yourself
Type: <p>Something about you</p>
○ LOCKED
03
Add a link to your favourite site
Type: <a href="https://...">Link text</a>
○ LOCKED
04
Add an image
Type: <img src="https://..." alt="description">
○ LOCKED
05
Wrap it in a full HTML document
Add <!DOCTYPE html>, <head>, <title>, and <body>
○ LOCKED
// SANDBOX MODE — BUILD ANYTHING
SOURCE — TYPE FROM SCRATCH
LIVE RENDER

🎉 You built a real webpage.

Every element on that page was typed by you — structure, content, links, images, a full valid HTML document. That is exactly how every website on the internet is made. The sandbox is now open. Build anything.

< Lesson 4: JavaScript Complete Class → Back to EDU
▶ Join Day Class · 1:00pm EST 🌙 Join Night Class · 6:00pm EST