Hightlight code


 <!-- HTML Codes by Testtem... -->
<style type="text/css">
code{
    font-family:Consolas;
}
pre{
    
    background: #e4efc0; /* Old browsers */
    background: -moz-linear-gradient(top, #e4efc0 0%, #abbd73 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc0), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e4efc0 0%,#abbd73 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */;
    height:120px;width:95%;
    font-size:10pt;color:#555;
    padding:10px;text-align:left;
    border:1px solid #d2d2d2;
    overflow:auto;white-space:pre
}
</style>
<pre><code>
        /*****Code only Demo*****/
$(function() {
    $('a').click(function() {
        $('body').remove(); // Whaatt??!!!!
    });
});
</code></pre>