Curriculum
- 4 Sections
- 8 Lessons
- 8 Weeks
Expand all sectionsCollapse all sections
- Section 1: Introduction, Web Basics & SetupWelcome to the web! In this lesson, absolute beginners learn the foundational architecture of the internet. We break down complex tech concepts into simple layman terms, exploring how client browsers request data, how remote servers store files, and what role domain names and IP addresses play in connecting the digital world together. No prior tech background is required.2
- Section 2: HTML5 – The Skeleton of the WebHTML stands for HyperText Markup Language and serves as the structural skeleton of every web page. Students will learn the standard HTML5 boilerplate template (, , , and ), understanding how browsers read tags, attributes, and element hierarchies to render content correctly on screen.2
- Section 3: CSS3 – Styling and Visual DesignRaw HTML lacks visual design. Here, we introduce Cascading Style Sheets (CSS3). Students learn how to link stylesheets, use element, class, and ID selectors, and master the fundamental CSS Box Model—comprehending how margins, borders, padding, and box-sizing: border-box; dictate spacing and element sizes on a web page.2
- Section 4: JavaScript Fundamentals & DOM Interactivity2
Lesson 4.1: JavaScript Syntax, Variables & Conditionals
Prev