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