The CSS box model consists of content, padding, border, and ________.
- margin
- Rain
- Randomized
- Ka
Answer: margin
CSS Box Model: content (actual text/image) → padding (space inside border) → border (edge around padding) → margin (space outside border). Understanding this model is crucial for layout design and responsive web development. Frequently tested in web technology sections of technical exams.