Layout Fundamentals
The browser does not lay out elements the way most beginners expect. This track covers the document flow model, how block and inline contexts interact, and where the common mental models break down.
- Normal flow and formatting contexts
- Box model — content, padding, border, margin
- Stacking context and z-index behaviour
- Containing block relationships