Make a table with highlighting cells when the mouse is over
The HTML Document Object Model (HTML DOM) defines a standard way for accessing and manipulating HTML documents. The DOM presents an HTML document as a tree-structure (a node tree), with elements, attributes, and text.
One of the most popular usages of JavaScript is to create a drop down menu. This tutorial will show you how to make one.