//Use window.onload to to execute JavaScript only after the HTML has loaded //Syntax: window.onload = function() { //JavaScript goes here }