Block vs Inline Elements in HTML — a practical guide to block vs inline HTML with clear examples you can reuse in real projects.
HTML Tutorial Series (48/79). Prefer one article? Read the complete HTML tutorial.
Short description
Block starts on a new line and spans width; inline flows within text. CSS can change display.
Examples
Block: div, p, section, ul
Inline: a, span, strong, img (replaced)