JS

Introduction to Javascript - Document Object Model...

17.

What is the Document Object Model (DOM) in JavaScript?

It is a programming interface for web documents.

It is a way to represent the structure of a web page in memory.

It is a programming language.

It is a technique to manipulate the appearance of web pages.