DOM (JavaScript)

The DOM (Document Object Model) is a live, tree-shaped representation of an HTML page that JavaScript can read and change. Editing the DOM updates what the…