Learning roadmap· 100% match

Web Foundations

From HTML/CSS to a deployed Next.js app. The shortest serious path to shipping the web.

6 stages~56 h
That leaves 6 stages, ~56 hours of focused work. You can clear it in any order, but the stages compound — try them top-to-bottom your first time.
  1. Concepts
    semantic-htmlbox-modelflexboxgridresponsive
    Practice quizzes
    • CSS box model
    • flexbox basics
    • media queries
    Lab task

    Build a 3-page personal site (home / projects / about) with semantic HTML and CSS Grid. Mobile-first.

    Checkpoint

    Three responsive pages live on a free host (Vercel / Netlify).

What you'll be able to do
  • Build and deploy a multi-page Next.js site solo.
  • Style it cleanly with Tailwind, mobile-first.
  • Read other people's React code without panic.