Part 1: Introduction to the DOM
What is the DOM?
- API for HTML and XML content
- Structural, tree-like representation
- Modify content and visual presentation
- Connects web pages to scripts
- Together with JavaScript
- Language-neutral (C++, Java, JS, Python)
- W3C DOM
Next