<form>
<div id="dvParent">
<div id="dvjQuery">jQuery By Example is a good blog to learn jQuery. </div>
</div>
<br/><br/>
<input type='button' id='btnRemove' Value=' Remove Div ' />
<input type='button' id='btnAdd' Value=' Add Div ' />
<br/><br/>
</form>
CSS
body
{
font-family: Arial;
font-size : 14pt;
padding: 10pt;
color : Green
}
.highlight
{
font-size: 18pt;
font-weight:Bold;
color: Blue;
}