Core Web & Programming Foundation
Build a rock-solid base in HTML, CSS and JavaScript so that anything advanced later feels easy.
Core Syntax
- How the web works: request/response, browsers, DevTools
- HTML: semantic structure, forms, accessibility basics
- CSS: layout (Flexbox, Grid), typography, spacing systems
- Responsive design: mobile-first thinking, breakpoints
- Tailwind CSS: utility-first workflow, reusable patterns
- JavaScript fundamentals: types, functions, scope, arrays, objects
- DOM & events, basic API calls with fetch
Output Expected
- You understand how the web works (HTTP, browsers, dev tools).
- You can design and build responsive pages from a Figma/Dribbble design.
- You are comfortable with JS fundamentals and DOM manipulation.