Modifying the DOM
The Document Object Model (DOM) is the language-independent model for representing and
interacting with objects in HTML and XML documents. It’s important to know how to modify the DOM
safely so that the framework’s rendering service doesn’t stomp on your changes and give you
unexpected results.