Web Technologies (HTML, CSS, JavaScript, HTTP)
What term describes the following? a programming interface that represents the structure of an HTML document as a tree of objects.
- A. AJAX
- B. DOM ✓
- C. RESTful API
- D. Session
Correct answer
B. DOM
Explanation
DOM refers to a programming interface that represents the structure of an HTML document as a tree of objects.