CSCI 121 - Lecture 15 - Document Object Model
Topics Covered
- What is DOM?
- HTML DOM
- The DOM tree
- Using DOM for common tasks:
- Change the content of HTML elements
- Change the style (CSS) of HTML elements, etc
- Add and delete HTML elements
- React to HTML DOM events
Sample
Lecture Notes