$("button").click(function(){ $("p").html("Hello <b>world</b>!"); });
$( "div.demo-container" ) .html( "<p>All new content. <em>You bet!</em></p>" );