Block vs Inline Elements

Example comparing block and inline elements.

Preview

Code

<p>This paragraph is a block element.</p>

<span style="background:yellow;">Inline element</span>
<span style="background:lightgreen;">Another inline element</span>

More HTML Block & Inline Examples (5)