Multiple choice technology web technology

DOM stands for Document Object Model

  1. True

  2. False

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

DOM (Document Object Model) is a programming interface that represents HTML and XML documents as a tree of objects. Each element, attribute, and text becomes a node that can be dynamically accessed and modified with languages like JavaScript.