Respuesta :

The JavaScript DOM defines items on a web page such as graphics, tables, and headers as objects.

The JavaScript DOM defines items on a web page such as graphics, tables, and headers as objects.

The JavaScript DOM

The JavaScript DOM Known as the Document Object Model (DOM) is a programming interface that allows one to manipulate the  web documents, such that one  can change the document's structure, style, and content using objects like :

  • graphics
  • tables
  • headers.

Therefore, to access items on a web page, The  JavaScript DOM is applied.

Learn more about the dom here:https://brainly.com/question/25772355