JavaScript: Manipulate the Page

JS can be used to manipulate CSS properties.

Note the use of event attributes (onclick, onmouseover, onmouseout) as well as a javascript: protocol in an href value.

js manipulate

Example 10.56
Example 10.56 Source:
In example56.js
In head element:
Example 10.56 Demonstrated