Block Elements Example
Preview
Code
<div style="border:1px solid #ccc;padding:10px;"> <h2>Block Element</h2> <p>This paragraph is a block element.</p> <p>Block elements start on a new line.</p> </div>
<div style="border:1px solid #ccc;padding:10px;"> <h2>Block Element</h2> <p>This paragraph is a block element.</p> <p>Block elements start on a new line.</p> </div>