Exam 98-382: Introduction to Programming Using JavaScript/Interact with the Document Object Model
This lesson covers the Document Object Model (DOM), HTML events, HTML document output, and HTML document interaction.[1]
Readings
editActivities
editIdentify and construct the Document Object Model (DOM) tree
editwindow; document; body; other HTML elements
Identify and handle HTML events
editonchange; onmouseover; onload; onclick; onmouseout; onkeydown
Complete and debug code that outputs to an HTML document
editinnerHTML; document.write
Complete and debug code that locates, modifies, and adds HTML elements and attributes
editgetElementByld; getElementsByTagName; getElementsByClassName; setAttribute; createElement