Multiple choice technology testing

What is the expansion of DOM?

  1. Document Object Method

  2. Document Object Model

  3. Descriptive Object Model

  4. Descriptive Object Method

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DOM stands for Document Object Model, which is a programming interface for HTML and XML documents. It represents the page as a tree of objects that can be manipulated with programming languages. Document Object Method and Descriptive Object Model are incorrect terms.