HTML Chapter Index
Introduction
This index lists all 39 chapters in the Hello Code HTML track, grouped by topic. Use it to jump to a lesson or compare coverage with frontend/gen_article_plan/html.md.
Prerequisites
- None—this page is a map, not a lesson
Getting Started (01–06)
| # | Chapter |
|---|---|
| 01 | What Is HTML |
| 02 | How Web Pages Work |
| 03 | HTML Development Environment |
| 04 | Your First HTML Page |
| 05 | HTML Syntax Basics |
| 06 | HTML Document Structure |
Content and Structure (07–10)
| # | Chapter |
|---|---|
| 07 | Block, Inline, and Semantic Flow |
| 08 | Headings, Paragraphs, and Text |
| 09 | Text Semantics and Entities |
| 10 | Links and Navigation |
Media and Lists (11–14)
| # | Chapter |
|---|---|
| 11 | Images and Responsive Images |
| 12 | Audio, Video, and iframe |
| 13 | Lists |
| 14 | Tables |
Forms (15–18)
| # | Chapter |
|---|---|
| 15 | Form Basics |
| 16 | Input Types and Form Attributes |
| 17 | Form Validation |
| 18 | Accessible Forms |
Semantics and Accessibility (19–22)
| # | Chapter |
|---|---|
| 19 | Semantic HTML Layout |
| 20 | Section, Article, Div, and Common Semantics |
| 21 | Accessibility Basics |
| 22 | Keyboard, Focus, and ARIA |
SEO and Integration (23–27)
| # | Chapter |
|---|---|
| 23 | HTML SEO Basics |
| 24 | Open Graph and Structured Data |
| 25 | Linking CSS and JavaScript |
| 26 | Data Attributes |
| 27 | Browser DevTools for HTML |
Quality and Security (28–30)
| # | Chapter |
|---|---|
| 28 | HTML Validation |
| 29 | HTML Performance Basics |
| 30 | HTML Security Basics |
Projects (31–35)
| # | Chapter |
|---|---|
| 31 | Project: Personal Profile Page |
| 32 | Project: Blog Article Page |
| 33 | Project: Product Landing Page |
| 34 | Project: Registration Form |
| 35 | Project: Small Static Site |
Engineering and Resources (36–39)
| # | Chapter |
|---|---|
| 36 | HTML Project Structure and Formatting |
| 37 | Static Site Deployment |
| 38 | HTML Resources and Book Recommendations |
| 39 | HTML Chapter Index (this page) |
Related Tracks
| Track | Why |
|---|---|
| CSS | Style HTML documents |
| JavaScript | Interactivity |
| Nginx | Host static sites |
| Linux | VPS deploy |
FAQ
Learn HTML before CSS?
Yes—complete 01–20 before heavy CSS; link styles in chapter 25 when ready.
Planning document?
frontend/gen_article_plan/html.md.
Suggested essentials path?
01→10, 15→18, 31, 37.
Validator tools?
Chapter 28 — W3C Nu Html Checker.
Logo?
/category-logos/html.png.