JQuery JavaScript Tutorial

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

asdf: