JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
             $("p").wrapInner(document.createElement("b"));
        });
    
    
  
  
    
       

Hello