While using Javascript, the browser parses the HTML code into a tree like structure defined by a standard called ________

While using Javascript, the browser parses the HTML code into a tree like structure defined by a standard called ________ Correct Answer DOM

While using Javascript, the browser parses the HTML code into a tree like structure defined by a standard called Document Object Model (DOM). Javascript code can modify the tree structure to carry out certain operations.

Related Questions

A graphical HTML browser resident at a network client machine Q accesses a static HTML webpage from a HTTP server S. The static HTML page has exactly one static embedded image which is also at S. Assuming no caching, which one of the following is correct about the HTML webpage loading (including the embedded image)?