<h2>HTML Pad</h2>

<p>This is an HTML demo:</p>

<style>
.demoClass {color:green;font-weight:bold;}
</style>

<div class='demoClass'>
   This is the first div.
</div>

<div style='color:blue;font-weight:bold;'>
    This is the second div
</div>