Table of Contents
Chapter 1: HTML — The Skeleton of a Page
Chapter 2: CSS — The Look of a Page
Chapter 3: JavaScript — Bring the Page to Life
•
3.1 Hello JavaScript•
3.2 Data Types and Variables•
3.3 Input and Output•
3.4 Expressions and Operators•
3.5 Relational and Logical Operators•
3.6 Conditional Branches: if-else•
3.7 while Loops•
3.8 for Loops and Array Traversal•
3.9 Nested Loops and Grid Thinking•
3.10 break and continue•
3.11 Functions•
3.12 Arrays•
3.13 Objects and Classes•
3.14 Manipulating the Page: DOM and EventsSUITABLE AUDIENCE
Complete beginners with no web or programming background, anyone who wants to understand how frontend pages are designed, and learners who want a systematic start with HTML/CSS/JS.