JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
            $("div").html("Hello Again");
        });