π Resources 10 β Go Deeper on Frontend, Backend & APIs
All free. This module opens a door many learners want to walk through β actually building web pages. The first two resources are the standard ways in.
π Learn by reading (the standard reference)
- MDN Web Docs β beginner guides β MDN (from Mozilla, the Firefox people) is the reference the worldβs web developers use daily, and its βLearn web developmentβ section is a genuinely gentle on-ramp: what HTML, CSS, and JavaScript are, with live examples you can edit in the page. Best for: anyone who wants trustworthy, ad-free depth on the skeleton/clothing/muscles trio. When a web question matters, the professional habit is: check MDN first.
π οΈ Learn by building
-
freeCodeCamp β a famous nonprofit offering complete, free, in-browser courses; its Responsive Web Design certification teaches HTML and CSS by having you build real pages from the first minute, no installation. Best for: learners who finished this module thinking βI want to build the dining room myself.β Thousands of people have gone from zero to employed through freeCodeCamp; it pairs perfectly with everything this course has taught you.
-
Codecademy β free HTML course β interactive type-in-the-browser lessons with instant feedback; the free tierβs HTML basics course is a pleasant, structured first taste. Best for: learners who like guided, bite-sized steps with a progress bar. (Watch the upsell: the free tier is real, but the site will offer you paid βProβ constantly. Everything you need at this stage is free β here or at freeCodeCamp.)
π¬ Watch
- Crash Course Computer Science β the World Wide Web episode (and neighbors) β episode 30 (βThe World Wide Webβ) shows how pages, links, and browsers actually work, and the surrounding episodes (the internet, networks) rhyme beautifully with our Module 03 and this one. Best for: visual learners wanting the frontend/backend story connected to the internet plumbing underneath it.
π‘ One tip
The most valuable free resource from this module is already installed: DevTools. The lab habit β right-click β Inspect, and a glance at the Network tab β turns every website you ever visit into an anatomy lesson. Dissect freely; refresh heals all.