Inline and Block Elements

Example showing block and inline elements.

Preview

Code

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

<span>This is an inline element.</span>
<span>Inline elements appear on the same line.</span>

More HTML Elements Examples (7)