Multiple choice

What is a DOM?

  1. Document model, a specification

  2. Document object model, a parser

  3. Dom is coding style.

  4. None of these

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

DOM is a parser. XML parsers, also called as XML processors provide a standard API to navigate and manipulate XML documents and it is not a specification or a coding style.