JavaScript

To properly learn JavaScript would require another week of class. What we have included herein are just the basics, so you can read a JavaScript script and have a pretty good idea what's going on. We also included some complete scripts you can cut and paste onto your pages if you like.

Event handlers use JavaScript. These are attributes to many HTML tags that require no fancy scripting or programming.

Try this one. This changes the font color of the entire paragraph when you place the cursor over it.

Try this one. Hold the cursor over here.

For a slight variation on a theme, Click Here.