Help for this page

Select Code to Download


  1. or download this
    
    <!DOCTYPE html>
    ...
    </body>
    </html>
    
  2. or download this
    $(document).ready(function () {
         $("p").text("The DOM is now loaded and can be manipulated.");
    });