HTML DOM (Document Object Model) Manipulation
The HTML DOM is a programming interface for web documents. It represents the structure of a document as a tree of objects, as the image shown below, which allows scripts to update the content, structure, ...