Code Preview Examples
HTML Preview
<div style="padding: 20px; background: #f0f0f0;">
<h1>Hello, HTML!</h1>
<button onclick="alert('Clicked!')">Click Me</button>
</div>
<div style="padding: 20px; background: #f0f0f0;">
<h1>Hello, HTML!</h1>
<button onclick="alert('Clicked!')">Click Me</button>
</div>