CSS Block and Inline Elements — a practical guide to CSS block inline with clear examples you can reuse in real projects.
CSS Tutorial Series (31/109). Prefer one article? Read the complete CSS tutorial.
Short description
Understanding defaults helps debug unexpected wrapping/spacing.
Defaults reminder
Block: p, div, section
Inline: a, span, strong
Override with display as needed