Styled Box Example
Preview
Code
<div style="border:1px solid #ccc;padding:20px;background:#f9f9f9;"> <h3>Styled Box</h3> <p>This container is styled using the style attribute.</p> </div>
<div style="border:1px solid #ccc;padding:20px;background:#f9f9f9;"> <h3>Styled Box</h3> <p>This container is styled using the style attribute.</p> </div>