added to your body tag will call your function FIRST as soon as page loads.
Why? do this? So that all the page tags, id's , & classes are set up before any JavaScript runs
<body onload=" myBeginFcn()">
added to any html tag inside the body of the page which is visible on display
onclick=
JavaScript
innerHTML
Math.random
Math.sqrt
and any other function inside the Math 'library'
document.getElementById(id)
document.getElementsByTagName(name)
document.getElementsByClassName(name)
For this I want multiple pages of web source:
Subject: 284-chapters 14,15