Styled Box Example

Example of a styled div container.

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>

More HTML Styles Examples (7)