Java Learning Pages

Lesson1-Inserting JavaScript in an HTML Document

The JavaScript is placed in the HTML page with in the script tag. The hide tag hides the JavaScript from browsers that are not enabled to process them. Also note that /* */ and // can be used to include comment within the JS.