CIS 119 - Modifying element content
Objectives
- select and modify the content of a specific element
element.innerHTML property
- you can modify the content of an element using its .innerHTML property
- see onclick4.html for an example of using element.innerHTML