Day 1 — HTML Fundamentals (Ch.1–3)
Resource: Jon Duckett — HTML & CSS (2011)
Chapters Covered: 1–3
Topics Practiced
- Basic HTML structure (html, head, body)
- Headings & text (i, b, em, strong, del, ins, sup, sub, abbr, dfn)
- Lists (ul, ol, dl) and nesting
- Links (a), email (mailto:), quotes (blockquote, q), hr
Project
Reflections
- Wrote everything manually in VS Code
- Practiced multiple inline/block elements and nesting
- Started thinking about structure and readability
Next Goals
Continue to Chapter 4–6 → Semantic markup, attributes, links, and images.