at page load code example
Example: html tag run only after whole page is loaded
<body onload="script();">
<!-- will call the function script when the body is load -->
<body onload="script();">
<!-- will call the function script when the body is load -->