Introduction:
The Document Object Model (DOM) in JavaScript is a programming interface that represents the structure of HTML and XML documents as a tree-like structure.
Just like we target html through CSS , same way DOM helps us to target the html t...