Jquery JavaScript DHTML


  
    
    
        $(document).ready(function(){
              $("p").replaceWith("
" + $(this).text() + "
");
        });
    
    
  
  
    
       

Hello