DOM (Document Object Model): It's a blueprint or tree structure of a webpage. Relation between HTML & JavaScript: HTML documents are transformed into the DOM. With JavaScript, we can manipulate this ...