see also the
or go to the Quiz
or play a variant of the NIM game
or weave a web
is a small programming language designed just for the use in web pages. Simple actions on webpages can be initiated by running javascript programs.
Although Javascript programs can be stored separately from the corresponding HTML page, it's easiest to put the program on the HTML page between head and body (see this page). You use script tags.
Most Javascript commands are divided into functions (modular approach). Again compare the javascript on this page by looking into the source code.
Erich Prisner, August 2003